Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
ProgramTooLarge_Struct.glsl
blob: ebe47f700dfad807fbd7b774f5f2ce851ff28e64 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
2
:
array size
is
too large
int4 big
[
25001
];
// 100,004 slots
^^^^^^^^^^^^^^^
error
:
5
:
struct
is
too large
struct
B
{
^^^^^^^^^^...
error
:
15
:
struct
is
too large
struct
D
{
^^^^^^^^^^...
3
errors