EmptyTexturePresets
data class EmptyTexturePresets( val internalFormat: TextureInternalFormat, val pixelFormat: TexturePixelFormat, val pixelType: TexturePixelType)
Content copied to clipboard
Empty texture presets.
Since
v1.1.0
Constructors
Link copied to clipboard
fun EmptyTexturePresets( internalFormat: TextureInternalFormat, pixelFormat: TexturePixelFormat, pixelType: TexturePixelType)
Content copied to clipboard