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

Method checkTexture

MyGUIEngine/src/MyGUI_RenderManager.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 bool RenderManager::checkTexture(ITexture* _texture)
28 {
29 return true;
30 }
31
32 void RenderManager::onResizeView(const IntSize& _viewSize)
33 {

Callers 1

renderToTargetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected