Show / Hide Table of Contents

Enum TextureType

Identifies a particular type of Texture.

Namespace: Veldrid
Assembly: cs.temp.dll.dll
Syntax
public enum TextureType

Fields

Name Description
Texture1D

A one-dimensional Texture.

Texture2D

A two-dimensional Texture.

Texture3D

A three-dimensional Texture.

Back to top