TextureType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The supported texture types.
public enum class TextureType
public enum TextureType
type TextureType =
Public Enum TextureType
- Inheritance
-
TextureType
Fields
Name | Value | Description |
---|---|---|
Texture2D | 0 | The texture is a 2D texture. |
CubeMap | 1 | The texture is a cubemap. |