mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-14 21:02:32 -05:00
6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
in vec2 position;
|
|
|
|
void main() {
|
|
gl_Position = vec4(position, 0.0, 1.0);
|
|
}
|