Improve preprocessor ouput format

Modify preprocessor.simple.vert to test spaces before parenthesis.
This commit is contained in:
chirsz-ever 2023-09-22 16:49:37 +08:00 committed by arcady-lunarg
parent 4c57db1595
commit 2bfacdac91
11 changed files with 48 additions and 26 deletions

View file

@ -10,7 +10,7 @@
void main(){
void main() {
gl_Position = vec4(3 + 2 + 2 * 4 + 2 + 3 * 2);
}