Fixed UWP build plus bug in Win32NativeWindow ctor
assiduous
3 years ago
193 | 193 |
|
194 | 194 |
hr = factory->CreateSwapChainForCoreWindow(
|
195 | 195 |
pD3D11DeviceOrD3D12CmdQueue,
|
196 | |
reinterpret_cast<IUnknown*>(m_Window.pWindow),
|
|
196 |
reinterpret_cast<IUnknown*>(m_Window.pCoreWindow),
|
197 | 197 |
&swapChainDesc,
|
198 | 198 |
nullptr,
|
199 | 199 |
&pSwapChain1);
|