Function ctru_sys::shaderProgramSetGshInputPermutation
source · pub unsafe extern "C" fn shaderProgramSetGshInputPermutation(
sp: *mut shaderProgram_s,
permutation: u64_
) -> Result
Expand description
Configures the permutation of the input attributes of the geometry shader of a shader program.
§Arguments
sp
- Shader program to use.permutation
- Attribute permutation to use.