pub unsafe extern "C" fn shaderInstanceGetUniformLocation(
si: *mut shaderInstance_s,
name: *const c_char,
) -> s8Expand description
Gets the location of a shader’s uniform.
§Arguments
si- Shader instance to use.name- Name of the uniform.