Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ ~VertexArrayObjectResource
Method
~VertexArrayObjectResource
source/globjects/source/Resource.cpp:223–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
}
222
223
VertexArrayObjectResource::~VertexArrayObjectResource()
224
{
225
deleteObject(glDeleteVertexArrays, id(), hasOwnership());
226
}
227
228
229
} // namespace globjects
Callers
nothing calls this directly
Calls
1
deleteObject
Function · 0.85
Tested by
no test coverage detected