-
Notifications
You must be signed in to change notification settings - Fork 0
Glsl_program_create
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Creates a shader program and returns the new index.
- none There are no parameters for this function.
int: Returns the index of the newly created shader program.
// demonstrates creating a new shader program
myshpr = shader_program_create();NOTOC
Category:Function:All
This is number 1