mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-07-31 18:36:44 +02:00
6 lines
70 B
GLSL
6 lines
70 B
GLSL
attribute vec4 position;
|
|
|
|
void main() {
|
|
gl_Position = position;
|
|
}
|