Added shaders and assets in temp folder
This commit is contained in:
8
temp/frag.shader
Normal file
8
temp/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