Fix typo and leftovers in id3dx.cpp

This commit is contained in:
Amos 2021-06-16 17:34:17 -07:00
parent 6ad6a230ea
commit 181f88d902

View File

@ -263,11 +263,11 @@ void DestroyRenderTarget()
g_pRenderTargetView = nullptr;
g_pDeviceContext->OMSetRenderTargets(0, 0, 0);
std::cout << "+--------------------------------------------------------+" << std::endl;
std::cout << "| >>>>>>>>>>>>>>| RENDER TARGET DESTORYED |<<<<<<<<<<<<< |" << std::endl;
std::cout << "| >>>>>>>>>>>>>>| RENDER TARGET DESTROYED |<<<<<<<<<<<<< |" << std::endl;
std::cout << "+--------------------------------------------------------+" << std::endl;
}
}
static bool test;
HRESULT __stdcall GetResizeBuffers(IDXGISwapChain* pSwapChain, UINT nBufferCount, UINT nWidth, UINT nHeight, DXGI_FORMAT dxFormat, UINT nSwapChainFlags)
{
g_bShowMenu = false;