MCPcopy 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
70void deinitialize()
71{
72 g_texture->unref();
73 g_computeProgram->unref();
74 g_quad->unref();
75
76 globjects::detachAllObjects();
77}
78
79void draw()
80{

Callers 1

mainFunction · 0.70

Calls 2

detachAllObjectsFunction · 0.85
unrefMethod · 0.80

Tested by

no test coverage detected