blob: ba68d1505117f4f91a0977779a1f5bd1e12c5ef0 [file] [log] [blame]
John Stiles13fc2602020-10-09 17:42:31 -04001struct S {
2 const float a;
3 uniform int b;
4 flat half4 c;
5 noperspective float4 d;
Brian Osmane49703f2021-04-19 11:15:24 -04006 inout bool e;
John Stiles13fc2602020-10-09 17:42:31 -04007};