mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-13 21:50:06 +00:00
17 lines
92 B
Plaintext
17 lines
92 B
Plaintext
#version 310 es
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void main(){
|
|
gl_Position = vec4(3 + 2 + 2 * 4 + 2 + 3 * 2);
|
|
}
|
|
|