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