mirror of
https://github.com/RPCS3/glslang.git
synced 2026-07-19 22:03:35 -04:00
3877be8117
Modify preprocessor.simple.vert to test spaces before parenthesis.
17 lines
93 B
Plaintext
17 lines
93 B
Plaintext
#version 310 es
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void main() {
|
|
gl_Position = vec4(3 + 2 + 2 * 4 + 2 + 3 * 2);
|
|
}
|
|
|