Enum bgfx.UniformType
Namespace: Bgfx
Syntax
public enum UniformType : int
Fields
| Name | Description | Value |
|---|---|---|
| Count | ||
| End | Reserved, do not use. |
|
| Mat3 | 3x3 matrix. |
|
| Mat4 | 4x4 matrix. |
|
| Sampler | Sampler. |
|
| Vec4 | 4 floats vector. |
public enum UniformType : int
| Name | Description | Value |
|---|---|---|
| Count | ||
| End | Reserved, do not use. |
|
| Mat3 | 3x3 matrix. |
|
| Mat4 | 4x4 matrix. |
|
| Sampler | Sampler. |
|
| Vec4 | 4 floats vector. |