EmptyTexturePresets

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

Empty texture presets.

Since

v1.1.0

Constructors

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

Types

Companion
Link copied to clipboard
object Companion

Properties

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