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