CompressedTextureBuffer
external class CompressedTextureBuffer(val internalFormat: PixelFormat, val pixelDatatype: PixelDatatype, val width: Double, val height: Double, buffer: Uint8Array<*>)(source)
Describes a compressed texture and contains a compressed texture buffer.
Parameters
buffer
The compressed texture buffer.
See also
Constructors
Link copied to clipboard
constructor(internalFormat: PixelFormat, pixelDatatype: PixelDatatype, width: Double, height: Double, buffer: Uint8Array<*>)