reordedered structure
This commit is contained in:
8
shaders/frag.shader
Normal file
8
shaders/frag.shader
Normal file
@@ -0,0 +1,8 @@
|
||||
#version 300 es
|
||||
precision mediump float;
|
||||
|
||||
out vec4 FragColor;
|
||||
|
||||
void main() {
|
||||
FragColor = vec4(1.f, 0.5f, 0.2f, 1.0f);
|
||||
}
|
||||
Reference in New Issue
Block a user