CubemapImageData
abstract class CubemapImageData(val width: Int, val height: Int, val format: ColorFormat, val type: ColorType, val mipmaps: Int, val sides: List<MPPBuffer>, val mipmapSides: List<MPPBuffer>) : AutoCloseable(source)