gzdoom-gles/src/rendering
alexey.lysiuk da2d0e47e6 - removed array length() function from shadowmap shader
Array's length() function is not yet supported by SPIRV-cross and MoltenVK
Its usage was replaced by explicit nodes count value passed as uniform
2019-05-24 14:29:37 +03:00
..
2d - fix burn crash on vulkan 2019-05-09 17:55:29 +02:00
gl - removed array length() function from shadowmap shader 2019-05-24 14:29:37 +03:00
gl_load - moved all rendering code into a common subdirectory. 2019-01-31 19:58:17 +01:00
hwrenderer - removed array length() function from shadowmap shader 2019-05-24 14:29:37 +03:00
polyrenderer - fixed: The software renderer was accessing the global viewpoint in several places. 2019-05-12 09:16:17 +02:00
swrenderer - fixed: The software renderer was accessing the global viewpoint in several places. 2019-05-12 09:16:17 +02:00
vulkan - create a new error class for vulkan errors as they are only recoverable during initialization (unlike CRecoverableError which is recoverable during normal processing) 2019-05-23 14:09:05 +02:00