CompressedTextureBuffer
external class CompressedTextureBuffer( val internalFormat: PixelFormat, val pixelDatatype: PixelDatatype, val width: Double, val height: Double, buffer: <Error class: unknown class><out <Error class: unknown class>>)(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: <Error class: unknown class><out <Error class: unknown class>>)