Function 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.