UniformType

sg_uniform_type

The data type of a uniform block member. This is used to describe the internal layout of uniform blocks when creating a shader object. This is only required for the GL backend, all other backends will ignore the interior layout of uniform blocks

Values

ValueMeaning
Invalid
Float
Float2
Float3
Float4
Int
Int2
Int3
Int4
Mat4
Num

Meta