Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
13fc260c7080d2122a7e7152c9385d914cd20be7
/
.
/
tests
/
sksl
/
errors
/
ModifiersInStruct.sksl
blob: 4d97e395390bffa537843a662499cf82db24fae4 [
file
] [
log
] [
blame
]
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
;
6
inout
volatile
restrict varying buffer coherent
bool
e
;
7
};