blob: 9c51bc4edcc9f4994fe5565762278360ffd50986 [file] [log] [blame]
#version 310 es
void main(){
gl_Position = vec4(3 + 2 + 2 * 4 + 2 + 3 * 2);
}