vkdoom_m/src/rendering/hwrenderer
alexey.lysiuk d1e4b86b9e - fixed compilation with GCC and Clang
src/rendering/hwrenderer/scene/hw_walls.cpp:176:44: error: conditional expression is ambiguous; 'PalEntry' can be converted to 'int' and vice versa
2019-04-20 12:20:32 +03:00
..
data - implement VKBuffer::Resize 2019-04-18 22:01:42 +02:00
dynlights - implement VKBuffer::Resize 2019-04-18 22:01:42 +02:00
models - renamed several data types in the hardware renderer that still had a GL prefix, although they are now generic. 2019-03-22 19:54:19 +01:00
postprocessing - change padding to something else than __ since that is restricted 2019-04-18 19:57:03 +02:00
scene - fixed compilation with GCC and Clang 2019-04-20 12:20:32 +03:00
textures - fixed the hardware rendering precacher not to evict secondary layers of multi-layer textures. 2019-03-21 21:57:39 +01:00
utility - add vk_submit_multithread for doing command buffer submit calls on a worker thread 2019-04-19 22:42:32 +02:00