glslang/Test/baseResults/hlsl.pp.expand.frag.out
chirsz-ever 2bfacdac91 Improve preprocessor ouput format
Modify preprocessor.simple.vert to test spaces before parenthesis.
2023-09-22 16:34:08 -04:00

20 lines
182 B
Plaintext

struct A
{
float4 a;
float4 b;
float4 c = { 1, 2, 3, 4 };
float4 d = { ({ { ( ({ 1, 2, 3, 4 })) } }) }, { { 1, 2, 3, 4 } };
};
void main()
{
"a string"
}