----------------------------------------------------------------------------- Name: ConfirmDevice() Desc: Called during device intialization, this code checks the device for some minimum set of capabilities -----------------------------------------------------------------------------
| 329 | // for some minimum set of capabilities |
| 330 | //----------------------------------------------------------------------------- |
| 331 | HRESULT CMyD3DApplication::ConfirmDevice( D3DCAPS8* pCaps, DWORD dwBehavior, |
| 332 | D3DFORMAT Format ) |
| 333 | { |
| 334 | return S_OK; |
| 335 | } |
nothing calls this directly
no outgoing calls
no test coverage detected