Loading XDKSamples/IntroGraphics/SimpleDeviceAndSwapChain/SimpleDeviceAndSwapChain.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -258,9 +258,12 @@ void Sample::CreateDevice() } else #endif { #ifdef _DEBUG OutputDebugStringA("INFO: Swapchain using 1080p (1920 x 1080)\n"); #endif } // Initialize device dependent objects here (independent of window size). m_graphicsMemory = std::make_unique<GraphicsMemory>(m_d3dDevice.Get(), c_backBufferCount); Loading XDKSamples/IntroGraphics/SimpleDeviceAndSwapChain12/SimpleDeviceAndSwapChain.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -284,9 +284,12 @@ void Sample::CreateDevice() } else #endif { #ifdef _DEBUG OutputDebugStringA("INFO: Swapchain using 1080p (1920 x 1080)\n"); #endif } // Initialize device dependent objects here (independent of window size). m_graphicsMemory = std::make_unique<GraphicsMemory>(m_d3dDevice.Get()); Loading Loading
XDKSamples/IntroGraphics/SimpleDeviceAndSwapChain/SimpleDeviceAndSwapChain.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -258,9 +258,12 @@ void Sample::CreateDevice() } else #endif { #ifdef _DEBUG OutputDebugStringA("INFO: Swapchain using 1080p (1920 x 1080)\n"); #endif } // Initialize device dependent objects here (independent of window size). m_graphicsMemory = std::make_unique<GraphicsMemory>(m_d3dDevice.Get(), c_backBufferCount); Loading
XDKSamples/IntroGraphics/SimpleDeviceAndSwapChain12/SimpleDeviceAndSwapChain.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -284,9 +284,12 @@ void Sample::CreateDevice() } else #endif { #ifdef _DEBUG OutputDebugStringA("INFO: Swapchain using 1080p (1920 x 1080)\n"); #endif } // Initialize device dependent objects here (independent of window size). m_graphicsMemory = std::make_unique<GraphicsMemory>(m_d3dDevice.Get()); Loading