gzdoom/src/rendering/vulkan
alexey.lysiuk 08d8ea5d31 - fixed compilation with GCC and Clang
src/rendering/vulkan/renderer/vk_postprocess.cpp:219:54: error: cannot pass non-trivial object of type 'const FString' to variadic function; expected type from format string was 'char *' [-Wnon-pod-varargs]
2019-03-06 11:39:39 +02:00
..
renderer - fixed compilation with GCC and Clang 2019-03-06 11:39:39 +02:00
shaders - use the uniform buffer alignment as returned by the vulkan device 2019-03-05 02:50:30 +01:00
system - implement VkPostprocess::RenderScreenQuad 2019-03-05 23:31:38 +01:00
textures - create a descriptor for each texture+sampler configuration in use 2019-03-04 00:28:37 +01:00
thirdparty