raze-gles/source/glbackend
Christoph Oelckers 3d538b4c8f - use explicit vertex attributes for everything.
No more glVertex, glTexCoord or glColor calls anywhere.
2019-10-06 10:46:23 +02:00
..
gl_hwtexture.cpp - use GZDoom's texture backend to read hightile textures. (Hightile tinting code moved to the shader but isn't active yet. 2019-10-05 21:59:03 +02:00
gl_hwtexture.h - use explicitly declared matrix uniforms. 2019-10-06 10:19:51 +02:00
gl_renderstate.h - moved the main shader and its entire uniform maintenance into the backend. 2019-10-05 12:28:08 +02:00
gl_samplers.cpp - initialize the GL backend in the proper place. 2019-09-23 23:33:59 +02:00
gl_samplers.h - initialize the GL backend in the proper place. 2019-09-23 23:33:59 +02:00
gl_shader.cpp - use explicit vertex attributes for everything. 2019-10-06 10:46:23 +02:00
gl_shader.h - use explicitly declared matrix uniforms. 2019-10-06 10:19:51 +02:00
gl_uniform.h - moved the main shader and its entire uniform maintenance into the backend. 2019-10-05 12:28:08 +02:00
glbackend.cpp - use explicit vertex attributes for everything. 2019-10-06 10:46:23 +02:00
glbackend.h - use explicitly declared matrix uniforms. 2019-10-06 10:19:51 +02:00