Function shaderProgramUse

Source
pub unsafe extern "C" fn shaderProgramUse(
    sp: *mut shaderProgram_s,
) -> Result
Expand description

Same as shaderProgramConfigure, but always loading code/operand descriptors and uploading DVLE constants afterwards.

ยงArguments

  • sp - Shader program to use.