Glsl_program_reset - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Notation
Description
Tells the graphics context to no longer use a shader program and for the graphics system to return to the fixed function pipeline.
Parameters
- none: There are no parameters for this function.
Return Values
none: This function has no return values.
Example Call
// demonstrates resetting the graphics to not use a shader program
shader_program_reset();
NOTOC