I’ve found that when I put Uint8Array into the InstancedBufferAttribute,
WebGL fired an error for an invalid type.
However, it works with Float32Array.
I know we have UInt8BufferAttribute but are there any ways to achieve this in InstancedBufferAttribute.
It will save me tons of memory.