blob: 4d97e395390bffa537843a662499cf82db24fae4 [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;
6 inout volatile restrict varying buffer coherent bool e;
7};