pub unsafe extern "C" fn shaderInstanceSetBool(
si: *mut shaderInstance_s,
id: c_int,
value: bool,
) -> ResultExpand description
Sets a bool uniform of a shader.
ยงArguments
si- Shader instance to use.id- ID of the bool uniform.value- Value to set.