8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
struct S {
|
|
const float a;
|
|
uniform int b;
|
|
flat half4 c;
|
|
noperspective float4 d;
|
|
inout bool e;
|
|
};
|