Enum GraphicsResourceType
The type of data in the resource.
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public enum GraphicsResourceType
Fields
Name | Description |
---|---|
Buffer | One of the buffer types. |
Texture1D | A 1 dimensional texture. |
Texture2D | A 2 dimensional texture. |
Texture3D | A 3 dimensional texture. |
Unknown | Unknown data type. |