8 lines
71 B
GLSL
8 lines
71 B
GLSL
|
|
attribute vec4 vPosition;
|
|
|
|
void main() {
|
|
gl_Position = vPosition;
|
|
}
|
|
|