created file setup for shaders
This commit is contained in:
parent
d4dbc3e606
commit
9951a6c730
4
android/assets/shaders/retro.glsl
Executable file
4
android/assets/shaders/retro.glsl
Executable file
@ -0,0 +1,4 @@
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = vec4(0.0, 0.0, 0.0, 0.0);
|
||||
}
|
Loading…
Reference in New Issue
Block a user