Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
e1f72f939232ea43324c901b39da80d9274bf969
/
.
/
resources
/
sksl
/
errors
/
ModifiersInStruct.sksl
blob: 4d97e395390bffa537843a662499cf82db24fae4 [
file
] [
log
] [
blame
]
struct
S
{
const
float
a
;
uniform
int
b
;
flat half4 c
;
noperspective float4 d
;
inout
volatile
restrict varying buffer coherent
bool
e
;
};