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

Method getHeight

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

Source from the content-addressed store, hash-verified

75 }
76
77 int OgreTexture::getHeight() const
78 {
79 return (int)mTexture->getHeight();
80 }
81
82 void* OgreTexture::lock(TextureUsage _access)
83 {

Callers 3

OgreRTTextureMethod · 0.45
saveToFileMethod · 0.45
lockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected