6 lines
69 B
GLSL
6 lines
69 B
GLSL
static float3 color;
|
|
|
|
void function(out int i, int j){
|
|
i=j;
|
|
}
|