daily update
This commit is contained in:
6
lighting-colors/shaders/light_cube.fs
Normal file
6
lighting-colors/shaders/light_cube.fs
Normal file
@@ -0,0 +1,6 @@
|
||||
#version 330 core
|
||||
out vec4 FragColor;
|
||||
|
||||
void main() {
|
||||
FragColor = vec4(1.0);
|
||||
}
|
||||
Reference in New Issue
Block a user