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