Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
ProgramTooLarge_Globals.rts
blob: af0ad17ce7a591d99a9cbb062278b99046bd2fe8 [
file
] [
log
] [
blame
]
struct
S
{
half4 ah4
[
1
];
half ah
[
1000
];
half4 h4
;
half h
;
};
int
small
;
S medium
;
S large
[
10
];
S extra_large
[
100
];
S xxl
[
50000
];
/*%%*
global variable 'extra_large' exceeds the size limit
*%%*/