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)

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, format: ColorFormat, type: ColorType, mipmaps: Int, sides: List<MPPBuffer>, mipmapSides: List<MPPBuffer>)

Functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
fun side(cubemapSide: CubemapSide, level: Int): MPPBuffer

Properties

Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val width: Int