Type Alias TextureData

TextureData: {
    buffer: ArrayBufferView;
    height: Count;
    level: Count;
    width: Count;
}