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

Method getTextureFormat

MyGUIEngine/src/MyGUI_Canvas.cpp:310–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308 }
309
310 PixelFormat Canvas::getTextureFormat() const
311 {
312 return mTexture->getFormat();
313 }
314
315 const std::string& Canvas::getTextureName() const
316 {

Callers

nothing calls this directly

Calls 1

getFormatMethod · 0.45

Tested by

no test coverage detected