mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
Former-commit-id: 906db790ab715ecdb1b7b9df11c74bc188afceb0 Former-commit-id: c229422f3faeafe31c44870183fa753564b32fa7
7 lines
105 B
GLSL
7 lines
105 B
GLSL
precision mediump float;
|
|
|
|
attribute vec2 position;
|
|
|
|
void main() {
|
|
gl_Position = vec4(position, 1, 1);
|
|
} |