bgfx_uniform_type_t

Uniform type enum.

Values

ValueMeaning
BGFX_UNIFORM_TYPE_SAMPLER

Sampler.

BGFX_UNIFORM_TYPE_END

Reserved, do not use.

BGFX_UNIFORM_TYPE_VEC4

4 floats vector.

BGFX_UNIFORM_TYPE_MAT3

3x3 matrix.

BGFX_UNIFORM_TYPE_MAT4

4x4 matrix.

BGFX_UNIFORM_TYPE_COUNT

Meta