TextureType Enum

Definition

The supported texture types.

public enum class TextureType
public enum TextureType
type TextureType = 
Public Enum TextureType
Inheritance
TextureType

Fields

CubeMap 1

The texture is a cubemap.

Texture2D 0

The texture is a 2D texture.

Applies to

See also