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