mirror of
https://github.com/HackerPoet/PySpace
synced 2025-08-24 22:02:33 +02:00
5 lines
81 B
GLSL
5 lines
81 B
GLSL
#version 120
|
|
attribute vec4 vPosition;
|
|
void main() {
|
|
gl_Position = vPosition;
|
|
}
|