Skip to content

Glsl_program_create

hpgDesigns edited this page Aug 8, 2021 · 1 revision

Notation

Description

Creates a shader program and returns the new index.

Parameters

  • none There are no parameters for this function.

Return Values

int: Returns the index of the newly created shader program.

Example Call

// demonstrates creating a new shader program
myshpr = shader_program_create();

NOTOC

Category:Function:All

This is number 1

Clone this wiki locally