blob: cda500b3abafeb0805c59a412945792015b289c5 [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 Osman58ee8982021-02-18 15:39:38 -05006 inout varying bool e;
John Stiles13fc2602020-10-09 17:42:31 -04007};