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

Method ConfirmDevice

DevIL/examples/direct3d_example/d3dtest.cpp:331–335  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Name: ConfirmDevice() Desc: Called during device intialization, this code checks the device for some minimum set of capabilities -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

329// for some minimum set of capabilities
330//-----------------------------------------------------------------------------
331HRESULT CMyD3DApplication::ConfirmDevice( D3DCAPS8* pCaps, DWORD dwBehavior,
332 D3DFORMAT Format )
333{
334 return S_OK;
335}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected