minrip/shader/bg.vert

8 lines
97 B
GLSL

precision lowp float;
attribute vec4 a_position;
void main() {
gl_Position = a_position;
}