TextureCreateOption

Option for creating TextureResource.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The color space of the texture.

Link copied to clipboard

The mipmap mode of the texture.

Link copied to clipboard
var name: String?

Name of the texture.

Link copied to clipboard

The encoding of the texture.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String