Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/3D-Graphics-Rendering-Cookbook
/ ~GLTexture
Method
~GLTexture
shared/glFramework/GLTexture.cpp:186–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
GLTexture::~GLTexture()
187
{
188
if (handleBindless_)
189
glMakeTextureHandleNonResidentARB(handleBindless_);
190
glDeleteTextures(1, &handle_);
191
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected