mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-01 19:06:42 +02:00
8 lines
80 B
GLSL
8 lines
80 B
GLSL
#version 300 es
|
|
|
|
in vec4 position;
|
|
|
|
void main() {
|
|
gl_Position = position;
|
|
}
|