android13/external/skia/resources/sksl/errors/ProgramTooLarge_Globals.rts

18 lines
213 B
Plaintext

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
*%%*/