skia2/resources/sksl/errors/ModifiersInStruct.sksl

8 lines
116 B
Plaintext
Raw Normal View History

struct S {
const float a;
uniform int b;
flat half4 c;
noperspective float4 d;
inout bool e;
};