John Stiles | 13fc260 | 2020-10-09 17:42:31 -0400 | [diff] [blame] | 1 | struct S { |
2 | const float a; | ||||
3 | uniform int b; | ||||
4 | flat half4 c; | ||||
5 | noperspective float4 d; | ||||
Brian Osman | e49703f | 2021-04-19 11:15:24 -0400 | [diff] [blame] | 6 | inout bool e; |
John Stiles | 13fc260 | 2020-10-09 17:42:31 -0400 | [diff] [blame] | 7 | }; |