MCPcopy Create free account
hub / github.com/cginternals/globjects / deinitialize

Function deinitialize

source/examples/programpipelines/main.cpp:98–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void deinitialize()
99{
100 g_cornerBuffer->unref();
101 g_vertexProgram->unref();
102 g_fragmentProgram->unref();
103 g_programPipeline->unref();
104 g_vao->unref();
105
106 globjects::detachAllObjects();
107}
108
109void draw()
110{

Callers 1

mainFunction · 0.70

Calls 2

detachAllObjectsFunction · 0.85
unrefMethod · 0.80

Tested by

no test coverage detected