1
0
Fork 0
mirror of https://github.com/HackerPoet/PySpace synced 2025-08-24 22:02:33 +02:00
fractals/pyspace/vert.glsl

5 lines
81 B
GLSL

#version 120
attribute vec4 vPosition;
void main() {
gl_Position = vPosition;
}