Implement VMA usage and update APIs to reflect the simplification. #1102
Annotations
8 errors and 1 warning
graphics/Vulkan/VulkanGraphicsMemoryAllocator.cpp#L16
unused parameter 'createInfo' [-Werror,-Wunused-parameter]
|
graphics/Vulkan/VulkanGraphicsMemoryAllocator.cpp#L22
unused parameter 'createInfo' [-Werror,-Wunused-parameter]
|
graphics/Vulkan/VulkanGraphicsMemoryAllocator.cpp#L28
unused parameter 'createInfo' [-Werror,-Wunused-parameter]
|
graphics/Vulkan/VulkanGraphicsMemoryAllocator.cpp#L34
unused parameter 'createInfo' [-Werror,-Wunused-parameter]
|
graphics/include/NovelRT/Graphics/Vulkan/VulkanGraphicsMemoryAllocator.hpp#L17
private field '_allocator' is not used [-Werror,-Wunused-private-field]
|
graphics/GraphicsMemoryAllocator.cpp#L19
field '_adapter' is uninitialized when used here [-Werror,-Wuninitialized]
|
graphics/GraphicsMemoryAllocator.cpp#L17
unused parameter 'adapter' [-Werror,-Wunused-parameter]
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading