Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ deinitialize
Function
deinitialize
source/examples/computeshader/main.cpp:70–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void deinitialize()
71
{
72
g_texture->unref();
73
g_computeProgram->unref();
74
g_quad->unref();
75
76
globjects::detachAllObjects();
77
}
78
79
void draw()
80
{
Callers
1
main
Function · 0.70
Calls
2
detachAllObjects
Function · 0.85
unref
Method · 0.80
Tested by
no test coverage detected