Start the lighting chapters
This commit is contained in:
7
shaders/light_frag.glsl
Normal file
7
shaders/light_frag.glsl
Normal file
@@ -0,0 +1,7 @@
|
||||
#version 330 core
|
||||
|
||||
out vec4 color;
|
||||
|
||||
void main() {
|
||||
color = vec4(1.0);
|
||||
}
|
||||
Reference in New Issue
Block a user