MCPcopy Create free account
hub / github.com/DentonW/DevIL / InvalidateDeviceObjects

Method InvalidateDeviceObjects

DevIL/examples/direct3d_example/d3dtest.cpp:286–290  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Name: InvalidateDeviceObjects() Desc: -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

284// Desc:
285//-----------------------------------------------------------------------------
286HRESULT CMyD3DApplication::InvalidateDeviceObjects()
287{
288 m_pFont->InvalidateDeviceObjects();
289 return S_OK;
290}
291
292
293

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected