Added written basic shaders
This commit is contained in:
6
build/shader.f
Normal file
6
build/shader.f
Normal file
@@ -0,0 +1,6 @@
|
||||
#version 460 core
|
||||
out vec4 FragColor;
|
||||
void main(){
|
||||
|
||||
FragColor = vec4(1.0f, 0.5f, 0.2f, 1.0f);
|
||||
}
|
||||
Reference in New Issue
Block a user