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

Method getBatchInfo

Wrappers/MyGUI_Export/MyGUI_ExportRenderManager.cpp:188–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 }
187
188 RenderBatchInfo* ExportRenderManager::getBatchInfo(size_t _index) const
189 {
190 if (_index < mBatchInfo.size())
191 return &mBatchInfo[_index];
192 return nullptr;
193 }
194
195 void ExportRenderManager::addTexture(const std::string& _name, size_t _id, int _width, int _height)
196 {

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected