vkdoom_m/src/rendering/vulkan/renderer
alexey.lysiuk df8fa90a34 - fixed compilation warnings reported by Clang
src/rendering/vulkan/renderer/vk_renderpass.cpp:44:22: warning: comparison of integers of different signs: 'std::__1::vector<FVertexBufferAttribute, std::__1::allocator<FVertexBufferAttribute> >::size_type' (aka 'unsigned long') and 'int' [-Wsign-compare]
src/rendering/vulkan/system/vk_framebuffer.cpp:860:55: warning: format specifies type 'int' but the argument has type 'VkDeviceSize' (aka 'unsigned long long') [-Wformat]
src/rendering/vulkan/system/vk_objects.h:471:23: warning: suggest braces around initialization of subobject [-Wmissing-braces]
2019-03-30 11:15:49 +02:00
..
vk_postprocess.cpp - fully enable vk_hdr as a feature since it works now after the queue family selection was improved 2019-03-25 01:39:27 +01:00
vk_postprocess.h - implement ssao 2019-03-16 23:37:38 +01:00
vk_renderbuffers.cpp - implement ssao 2019-03-16 23:37:38 +01:00
vk_renderbuffers.h - initialize array 2019-03-24 18:32:36 +01:00
vk_renderpass.cpp - fixed compilation warnings reported by Clang 2019-03-30 11:15:49 +02:00
vk_renderpass.h - implement ssao 2019-03-16 23:37:38 +01:00
vk_renderstate.cpp - the material descriptor set must be bound again if the pipeline changes and the new shader uses more textures than the old one 2019-03-18 00:38:09 +01:00
vk_renderstate.h - minor adjustments 2019-03-17 21:14:51 +01:00