ImageDataStb

class ImageDataStb(    width: Int,     height: Int,     format: ColorFormat,     type: ColorType,     flipV: Boolean,     data: MPPBuffer?,     mipmapData: List<MPPBuffer> = emptyList()) : ImageData(source)

Constructors

Link copied to clipboard
constructor(    width: Int,     height: Int,     format: ColorFormat,     type: ColorType,     flipV: Boolean,     data: MPPBuffer?,     mipmapData: List<MPPBuffer> = emptyList())

Properties

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

Functions

Link copied to clipboard
open override fun close()