Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
void shader_h::shaderProgramDestroy(GLuint shaderProgram){
133
glDeleteProgram(shaderProgram);
134
}
Callers
2
clearGraphicsMemory
Method · 0.80
clearGraphicsMemory
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected