Searched refs:_d3dpp (Results 1 – 2 of 2) sorted by relevance
454 ZeroMemory(&_d3dpp, sizeof(_d3dpp)); in InitDevice()455 _d3dpp.SwapEffect = D3DSWAPEFFECT_DISCARD; in InitDevice()456 _d3dpp.BackBufferFormat = D3DFMT_A8R8G8B8; in InitDevice()467 _d3dpp.Windowed = TRUE; in InitDevice()468 _d3dpp.BackBufferHeight = 0; in InitDevice()469 _d3dpp.BackBufferWidth = 0; in InitDevice()475 _d3dpp.Windowed = FALSE; in InitDevice()476 _d3dpp.BackBufferWidth = _winWidth; in InitDevice()477 _d3dpp.BackBufferHeight = _winHeight; in InitDevice()478 _d3dpp.PresentationInterval = D3DPRESENT_INTERVAL_IMMEDIATE; in InitDevice()[all …]
240 D3DPRESENT_PARAMETERS _d3dpp; variable