Replace explicit matrix uniforms with single ubo
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#version 430 core
|
||||
layout (location = 0) in vec4 position;
|
||||
uniform mat4 worldMat;
|
||||
void main()
|
||||
{
|
||||
gl_Position = position;
|
||||
|
||||
Reference in New Issue
Block a user