1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
matabstrix/data/shaders/fragment.glsl

6 lines
86 B
Plaintext
Raw Normal View History

2015-11-05 13:30:39 +00:00
precision lowp float;
void main(void) {
gl_FragColor = vec4(0.5, 0.7, 0.5, 1.0);
2015-11-05 13:30:39 +00:00
}