Glsl_program_free - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Notation

Description

Frees the memory of a given shader program.

Parameters

  • id: index of the shader program to free the memory of

Return Values

none: This function has no return values.

Example Call

// demonstrates freeing a shader program from memory
shader_program_free(myshpr);

NOTOC

Category:Function:All