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

Method isLocked

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

Source from the content-addressed store, hash-verified

115 }
116
117 bool OgreTexture::isLocked() const
118 {
119 return mTexture->getBuffer()->isLocked();
120 }
121
122 Ogre::TextureUsage OgreTexture::convertUsage(TextureUsage _usage)
123 {

Callers 1

unlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected