Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ ~TextureResource
Method
~TextureResource
source/globjects/source/Resource.cpp:200–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
TextureResource::~TextureResource()
201
{
202
if (hasOwnership())
203
ImplementationRegistry::current().textureBindlessImplementation().destroy(id());
204
}
205
206
207
TransformFeedbackResource::TransformFeedbackResource()
Callers
nothing calls this directly
Calls
1
destroy
Method · 0.45
Tested by
no test coverage detected