Fix shader errs
This commit is contained in:
9
build/fragment.glsl
Normal file
9
build/fragment.glsl
Normal file
@@ -0,0 +1,9 @@
|
||||
#version 460 core
|
||||
|
||||
out vec4 fragcolor;
|
||||
|
||||
void main(){
|
||||
|
||||
fragcolor = vec4(1.0, 0.5, 0.2, 1.0);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user