vkdoom_m/src/hwrenderer/dynlights
alexey.lysiuk e9d84b8820 Fixed compilation of non-Windows targets
src/hwrenderer/dynlights/hw_aabbtree.h:45:2: error: no template named 'TArray'
src/hwrenderer/dynlights/hw_aabbtree.h:48:2: error: no template named 'TArray'
2018-04-29 16:12:33 +03:00
..
hw_aabbtree.cpp - starting separation of hardware dependent and hardware independent code, starting with aabbtree, because it was easy. 2018-04-02 15:58:28 +02:00
hw_aabbtree.h Fixed compilation of non-Windows targets 2018-04-29 16:12:33 +03:00
hw_dynlightdata.cpp Cleaned up #include's in dynamic lights code 2018-04-19 11:12:29 +03:00
hw_dynlightdata.h Cleaned up #include's in dynamic lights code 2018-04-19 11:12:29 +03:00
hw_shadowmap.cpp - moved gl_spritelight out of gl/. This required a few more changes: 2018-04-29 11:00:34 +02:00
hw_shadowmap.h Fixed compilation of non-Windows targets 2018-04-29 16:12:33 +03:00