Describes a compressed texture and contains a compressed texture buffer.
    
| Name | Type | Description | 
|---|---|---|
internalFormat | 
            
            PixelFormat | The pixel format of the compressed texture. | 
pixelDatatype | 
            
            PixelDatatype | The pixel datatype of the compressed texture. | 
width | 
            
            number | The width of the texture. | 
height | 
            
            number | The height of the texture. | 
buffer | 
            
            Uint8Array | The compressed texture buffer. | 
Members
    The compressed texture buffer.
    The height of the texture.
readonly internalFormat : PixelFormat
    The format of the compressed texture.
readonly pixelDatatype : PixelDatatype
    The datatype of the compressed texture.
    The width of the texture.
Methods
static Cesium.CompressedTextureBuffer.clone(object) → CompressedTextureBuffer
    Creates a shallow clone of a compressed texture buffer.
    
| Name | Type | Description | 
|---|---|---|
object | 
            
            CompressedTextureBuffer | The compressed texture buffer to be cloned. | 
Returns:
    A shallow clone of the compressed texture buffer.
    
    Creates a shallow clone of this compressed texture buffer.
Returns:
    A shallow clone of the compressed texture buffer.
    
