gzdoom/src/gl
alexey.lysiuk b8ee9d88ba Fixed non-constant condition for static assertion
GCC 7:
src/gl/renderer/gl_renderer.cpp:702:2: error: non-constant condition for static assertion
src/gl/renderer/gl_renderer.cpp:702:2: error: value ‘12’ of type ‘float*’ is not a constant expression
src/gl/renderer/gl_renderer.cpp:703:2: error: non-constant condition for static assertion
src/gl/renderer/gl_renderer.cpp:703:2: error: value ‘20’ of type ‘PalEntry*’ is not a constant expression

Clang:
src/gl/renderer/gl_renderer.cpp:701:16: error: static_assert expression is not an integral constant expression
src/gl/renderer/gl_renderer.cpp:701:23: note: cannot access field of null pointer
2018-04-08 13:55:46 +03:00
..
compatibility - added the code for legacy shaders. 2018-04-08 12:11:51 +02:00
data - merged vid_renderer, swtruecolor and r_polyrender into one CVAR to reduce menu clutter. 2018-04-07 23:30:28 +02:00
dynlights - starting separation of hardware dependent and hardware independent code, starting with aabbtree, because it was easy. 2018-04-02 15:58:28 +02:00
models - no, we do not want to use global variables to pass parameters around... 2018-04-02 18:13:18 +02:00
renderer Fixed non-constant condition for static assertion 2018-04-08 13:55:46 +03:00
scene - added the code for legacy shaders. 2018-04-08 12:11:51 +02:00
shaders - added palette shader and fixed a few things. 2018-04-07 12:17:23 +02:00
stereo3d Silenced quad stereo message during startup 2018-01-28 11:41:00 +02:00
system - added the code for legacy shaders. 2018-04-08 12:11:51 +02:00
textures - added the code for legacy shaders. 2018-04-08 12:11:51 +02:00
unused - moved the ZDoomGL texshader files to 'unused', where they belong. It is very unlikely that this code will ever be revisited. 2018-04-02 10:24:27 +02:00
utility - consolidated cycle_t and glcycle_t because aside from glcycle_t's ability to be deactivated when no profiling takes place they did exactly the same thing. 2018-04-01 13:24:03 +02:00