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

Method getWidth

Platforms/Ogre/OgrePlatform/src/MyGUI_OgreTexture.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 int OgreTexture::getWidth() const
73 {
74 return (int)mTexture->getWidth();
75 }
76
77 int OgreTexture::getHeight() const
78 {

Callers 3

OgreRTTextureMethod · 0.45
saveToFileMethod · 0.45
lockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected