-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
code-improvementImprovements to the code base which don't change the gameImprovements to the code base which don't change the gamegraphics
Description
Instead of setting all the transform matrices (which are quite a few in our "double" world) every frame, we can create a uniform block and set that instead.
This should offer a performance improvement (albeit possibly minor) as instead of (5 * object) uniform sets, we would have a single call at the start of the frame. Implementation details here: https://learnopengl.com/Advanced-OpenGL/Advanced-GLSL
Metadata
Metadata
Assignees
Labels
code-improvementImprovements to the code base which don't change the gameImprovements to the code base which don't change the gamegraphics