Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m40s
8 lines
114 B
GLSL
8 lines
114 B
GLSL
#version 120
|
|
|
|
attribute vec2 position;
|
|
|
|
void main() {
|
|
gl_Position = vec4(position.x, position.y, 1.0, 1.0);
|
|
}
|