gzdoom-gles/src/hwrenderer/dynlights
alexey.lysiuk 504a7f00b6 - fixed two potentially dangerous compilation warnings
src/hwrenderer/dynlights/hw_lightbuffer.h:51:29: warning: comparison between signed and unsigned integer expressions
[-Wsign-compare]
src/hwrenderer/scene/hw_renderstate.h:196:44: warning: operation on '((FRenderState*)this)->FRenderState::mVertexOffsets[0]' may
be undefined [-Wsequence-point]
2018-11-01 12:51:22 +02:00
..
hw_aabbtree.cpp - defaulted constructors and assignment operators of several trivial types. 2018-08-25 23:51:36 +02:00
hw_aabbtree.h Fixed compilation of non-Windows targets 2018-04-29 16:12:33 +03:00
hw_dynlightdata.cpp - force model light to be attenuated 2018-05-25 19:23:47 +02:00
hw_dynlightdata.h - force model light to be attenuated 2018-05-25 19:23:47 +02:00
hw_lightbuffer.cpp - disabled the buffer reallocation option for the light buffer. 2018-10-29 21:53:43 +01:00
hw_lightbuffer.h - fixed two potentially dangerous compilation warnings 2018-11-01 12:51:22 +02:00
hw_shadowmap.cpp - moved the last remaining function from gl_shadowmap.cpp elsewhere so that the file can be deleted. 2018-10-28 17:09:22 +01:00
hw_shadowmap.h - moved the last remaining function from gl_shadowmap.cpp elsewhere so that the file can be deleted. 2018-10-28 17:09:22 +01:00