mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
c8fa2443d3
This way the view matrix will remain constant per scene and an update of the model matrix is only needed for rendering a model or voxel, reducing the total amount of generated matrices to the point where they can be written to a buffer instead of constantly uploading them as uniforms. |
||
---|---|---|
.. | ||
gl_hwtexture.cpp | ||
gl_hwtexture.h | ||
gl_palmanager.cpp | ||
gl_renderstate.h | ||
gl_samplers.cpp | ||
gl_samplers.h | ||
gl_shader.cpp | ||
gl_shader.h | ||
gl_texture.cpp | ||
gl_uniform.h | ||
glbackend.cpp | ||
glbackend.h | ||
hw_draw2d.cpp |