MCPcopy 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
200TextureResource::~TextureResource()
201{
202 if (hasOwnership())
203 ImplementationRegistry::current().textureBindlessImplementation().destroy(id());
204}
205
206
207TransformFeedbackResource::TransformFeedbackResource()

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected