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