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