RingRacers/src/hardware/r_opengl
Jaime Ita Passos 7e28b7d3e9 OpenGL backend: Manage uploaded GPU textures with an internal list
Indirectly fixes the game doing whatever after freeing a patch.
This commit implements a FTextureInfo struct type, instead of it being a typedef to the GLMipmap_s struct type.
2021-01-27 17:48:57 -03:00
..
ogl_win.c Port of Jimita's shader stuff + my lighting shader 2019-12-25 14:22:01 -05:00
r_opengl-vc9.vcproj
r_opengl-vc10.vcxproj
r_opengl.c OpenGL backend: Manage uploaded GPU textures with an internal list 2021-01-27 17:48:57 -03:00
r_opengl.dev
r_opengl.dsp
r_opengl.h I'll put this back in here, I guess. 2020-01-25 21:57:05 -03:00
r_vbo.h