Enum BufferParameterBinding.BufferParameterType
The type of the buffer parameter.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum BufferParameterBinding.BufferParameterType
Fields
Name | Description |
---|---|
Float | |
Float2 | |
Float3 | |
Float4 | |
Int | |
Int2 | |
Int3 | |
Int4 | |
Matrix2x2 | |
Matrix3x3 | |
Matrix4x4 | |
UInt | |
UInt2 | |
UInt3 | |
UInt4 |