Skip to content

Glsl_program_reset

hpgDesigns edited this page Aug 8, 2021 · 1 revision

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

Category:Function:All

This is number 1

Clone this wiki locally