Replace explicit matrix uniforms with single ubo
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#version 430 core
|
||||
out vec4 fColor;
|
||||
|
||||
void main()
|
||||
{
|
||||
fColor = vec4 (0.9,0.5,0,0);
|
||||
|
||||
Reference in New Issue
Block a user