You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at below code at begin of D3DApp::CreateSwapChain will solve this issue
for (int i = 0; i < SwapChainBufferCount; ++i)
mSwapChainBuffer[i].Reset();
The text was updated successfully, but these errors were encountered:
qzhan15
changed the title
press F2 to turn on SampleDesc.count will fail, due to mSwapChainBuffer not be reset
press F2 to set SampleDesc.count = 4 will fail, due to mSwapChainBuffer not be reset before create a new swap chain
May 23, 2016
at below code at begin of D3DApp::CreateSwapChain will solve this issue
for (int i = 0; i < SwapChainBufferCount; ++i)
mSwapChainBuffer[i].Reset();
The text was updated successfully, but these errors were encountered: