2 lines
93 B
GLSL
2 lines
93 B
GLSL
array_concat(float,float[](1.,2.,3.),float[](4.,5.,6.),returned);
|
|
int i = returned.length();
|