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

Method deviceLost

Platforms/DirectX/DirectXPlatform/src/MyGUI_DirectXTexture.cpp:235–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 }
234
235 void DirectXTexture::deviceLost()
236 {
237 if (mInternalPool == D3DPOOL_DEFAULT)
238 {
239 destroy();
240 }
241 }
242
243 void DirectXTexture::deviceRestore()
244 {

Callers 2

drawOneFrameMethod · 0.45
resizeRenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected