mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix typo and leftovers in id3dx.cpp
This commit is contained in:
parent
6ad6a230ea
commit
181f88d902
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user