MCPcopy Create free account
hub / github.com/InkboxSoftware/all-screen-keyboard / shaderProgramDestroy

Method shaderProgramDestroy

keyboard/src/shader.cpp:132–134  ·  view source on GitHub ↗

destroy shader program

Source from the content-addressed store, hash-verified

130
131//destroy shader program
132void shader_h::shaderProgramDestroy(GLuint shaderProgram){
133 glDeleteProgram(shaderProgram);
134}

Callers 2

clearGraphicsMemoryMethod · 0.80
clearGraphicsMemoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected