glsl_program_reset()

From ENIGMA
Jump to navigation Jump to search

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

Parameter Description
void There are no parameters for this function.

Return Values

void: This function does not return anything.

Example Call

// demonstrates resetting the graphics to not use a shader program
glsl_program_reset();