Improve preprocessor ouput format
Modify preprocessor.simple.vert to test spaces before parenthesis.
This commit is contained in:
parent
4c57db1595
commit
2bfacdac91
11 changed files with 48 additions and 26 deletions
|
|
@ -9,7 +9,7 @@ struct A
|
|||
float4 a;
|
||||
float4 b;
|
||||
float4 c = { 1, 2, 3, 4 };
|
||||
float4 d = {({ {(({ 1, 2, 3, 4 }))} })}, { { 1, 2, 3, 4 } };
|
||||
float4 d = { ({ { ( ({ 1, 2, 3, 4 })) } }) }, { { 1, 2, 3, 4 } };
|
||||
};
|
||||
|
||||
void main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue