EmptyTexturePresets

data class EmptyTexturePresets(    val internalFormat: TextureInternalFormat,     val pixelFormat: TexturePixelFormat,     val pixelType: TexturePixelType)

Empty texture presets.

Since

v1.1.0

Constructors

Link copied to clipboard
fun EmptyTexturePresets(    internalFormat: TextureInternalFormat,     pixelFormat: TexturePixelFormat,     pixelType: TexturePixelType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val internalFormat: TextureInternalFormat
Link copied to clipboard
val pixelFormat: TexturePixelFormat
Link copied to clipboard
val pixelType: TexturePixelType