If I write in frag shader
uniform int myData[8], what will be the corresponding type in uniforms on Phaser side
{
myData: {type"??", value: [1,2,3]}
}
If I write in frag shader
uniform int myData[8], what will be the corresponding type in uniforms on Phaser side
{
myData: {type"??", value: [1,2,3]}
}