Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ createVertexBuffer
Method
createVertexBuffer
Platforms/Ogre/OgrePlatform/src/MyGUI_OgreRenderManager.cpp:225–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
}
224
225
IVertexBuffer* OgreRenderManager::createVertexBuffer()
226
{
227
return new OgreVertexBuffer();
228
}
229
230
void OgreRenderManager::destroyVertexBuffer(IVertexBuffer* _buffer)
231
{
Callers
1
create
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected