Shader cleanup
This commit is contained in:
9
core/assets/shaders/planet.frag
Executable file
9
core/assets/shaders/planet.frag
Executable file
@@ -0,0 +1,9 @@
|
||||
#ifdef GL_ES
|
||||
precision mediump float;
|
||||
#endif
|
||||
|
||||
varying vec4 v_col;
|
||||
|
||||
void main(){
|
||||
gl_FragColor = v_col;
|
||||
}
|
||||
Reference in New Issue
Block a user