MCPcopy Create free account
hub / github.com/MyGUI/mygui / begin

Method begin

Wrappers/MyGUI_Export/MyGUI_ExportRenderManager.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 void ExportRenderManager::begin()
102 {
103 mBatchInfo.clear();
104
105 for (VectorExportVertexBuffer::iterator item = mExportVertexBuffer.begin(); item != mExportVertexBuffer.end(); item ++)
106 (*item)->setChange(false);
107 }
108
109 void ExportRenderManager::end()
110 {

Callers 4

invalidateAllMethod · 0.45
destroyVertexBufferMethod · 0.45
destroyTextureMethod · 0.45
destroyAllTexturesMethod · 0.45

Calls 3

setChangeMethod · 0.80
clearMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected