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

Function deinitialize

source/examples/transformfeedback/main.cpp:123–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void deinitialize()
124{
125 g_vao->unref();
126 g_transformFeedbackProgram->unref();
127 g_transformFeedback->unref();
128 g_shaderProgram->unref();
129 g_vertexBuffer1->unref();
130 g_vertexBuffer2->unref();
131 g_colorBuffer->unref();
132}
133
134void draw()
135{

Callers 1

mainFunction · 0.70

Calls 1

unrefMethod · 0.80

Tested by

no test coverage detected