Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNFS/OpenNFS
/ customCleanup
Method
customCleanup
src/Shaders/BillboardShader.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
50
void BillboardShader::customCleanup() {
51
glDeleteTextures(1, &textureID);
52
}
53
54
void BillboardShader::load_bmp_texture() {
55
GLubyte *data;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected