Initial commit
This commit is contained in:
6
client/shaders/default_shader/opengl_fragment.glsl
Normal file
6
client/shaders/default_shader/opengl_fragment.glsl
Normal file
@@ -0,0 +1,6 @@
|
||||
varying lowp vec4 varColor;
|
||||
|
||||
void main(void)
|
||||
{
|
||||
gl_FragColor = varColor;
|
||||
}
|
||||
Reference in New Issue
Block a user