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

Method setViewSize

Platforms/Ogre/OgrePlatform/src/MyGUI_OgreRenderManager.cpp:441–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439 }
440
441 void OgreRenderManager::setViewSize(int _width, int _height)
442 {
443 mViewSize.set(_width, _height);
444 mUpdate = true;
445 updateRenderInfo();
446 onResizeView(mViewSize);
447 }
448
449 void OgreRenderManager::registerShader(
450 const std::string& _shaderName,

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected