git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31508 e7fa87d3-cd2b-0410-9028-fcbf551c1848
19 lines
112 B
Plaintext
19 lines
112 B
Plaintext
#version 310 es
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void main(){
|
|
gl_Position = vec4(3 + 2 + 2 * 4 + 2 + 3 * 2);
|
|
}
|
|
|
|
|
|
|