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

Method setVertexCount

Wrappers/MyGUI_Export/MyGUI_ExportVertexBuffer.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 void ExportVertexBuffer::setVertexCount(size_t _count)
32 {
33 mNeedVertexCount = _count;
34 }
35
36 size_t ExportVertexBuffer::getVertexCount() const
37 {

Callers 4

renderToTargetMethod · 0.45
removeDrawItemMethod · 0.45
addDrawItemMethod · 0.45
reallockDrawItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected