Enum RawBufferElementType
The types of elements that the view will interpret the raw data as.
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public enum RawBufferElementType
Fields
Name | Description |
---|---|
Int32 | Each element is a 32 bit signed integer. |
Single | Each element is a single precision floating point value. |
UInt32 | Each element is a 32 bit unsigned integer. |