Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InkboxSoftware/all-screen-keyboard
/ textureDestroy
Function
textureDestroy
keyboard/src/texture.cpp:209–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
}
208
209
void textureDestroy(GLuint textureName){
210
glDeleteTextures(1, &textureName);
211
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected