daily update
This commit is contained in:
8
lighting-maps/shaders/fslightCube.glsl
Normal file
8
lighting-maps/shaders/fslightCube.glsl
Normal file
@@ -0,0 +1,8 @@
|
||||
#version 330 core
|
||||
|
||||
uniform vec3 aFragColor;
|
||||
out vec4 FragColor;
|
||||
void main() {
|
||||
FragColor = vec4(aFragColor, 1.0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user