Skip to content

API Reference / @gtkx/gl / deleteProgram

Function: deleteProgram()

deleteProgram(program): void

Defined in: generated/commands.d.ts:1468

void glDeleteProgram(GLuint program)

Provided by GL_VERSION_2_0. GLX single opcode 202.

Parameters

program

number

GLuint, object class program

Returns

void

Released under the MPL-2.0 License.