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

Method create

Wrappers/MyGUI_Export/MyGUI_ExportVertexBuffer.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 void ExportVertexBuffer::create()
70 {
71 mVertex = new Vertex[mVertexCount];
72 }
73
74 void ExportVertexBuffer::destroy()
75 {

Callers 1

ExportDemo_InitialiseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected