Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
uniform sampler2D screen;
|
||||
varying vec2 uv;
|
||||
|
||||
void main() {
|
||||
gl_FragColor = texture2D(screen, uv);
|
||||
}
|
||||
Reference in New Issue
Block a user