DDSData

data class DDSData(val format: ColorFormat, val type: ColorType, val width: Int, val height: Int, val mipmaps: Int, val cubeMap: Boolean, val bdata: List<MPPBuffer>, val bdata2: List<MPPBuffer>, val flipV: Boolean)(source)

Constructors

Link copied to clipboard
constructor(format: ColorFormat, type: ColorType, width: Int, height: Int, mipmaps: Int, cubeMap: Boolean, bdata: List<MPPBuffer>, bdata2: List<MPPBuffer>, flipV: Boolean)

Functions

Link copied to clipboard
fun image(level: Int): MPPBuffer
Link copied to clipboard
fun side(cubemapSide: CubemapSide, level: Int): MPPBuffer
Link copied to clipboard
fun sideNX(level: Int = 0): MPPBuffer
Link copied to clipboard
fun sideNY(level: Int = 0): MPPBuffer
Link copied to clipboard
fun sideNZ(level: Int = 0): MPPBuffer
Link copied to clipboard
fun sidePX(level: Int = 0): MPPBuffer
Link copied to clipboard
fun sidePY(level: Int = 0): MPPBuffer
Link copied to clipboard
fun sidePZ(level: Int = 0): MPPBuffer
Link copied to clipboard
fun toColorBuffer(session: Session? = Session.active): ColorBuffer
Link copied to clipboard
fun toCubemap(session: Session? = Session.active): Cubemap

Properties

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