Uint8ClampedBufferAttribute constructor
Implementation
Uint8ClampedBufferAttribute(Uint8Array array, int itemSize,
[bool normalized = false])
: super(array, itemSize, normalized) {
type = "Uint8ClampedBufferAttribute";
}
Uint8ClampedBufferAttribute(Uint8Array array, int itemSize,
[bool normalized = false])
: super(array, itemSize, normalized) {
type = "Uint8ClampedBufferAttribute";
}