sharpdx / SharpDX

SharpDX GitHub Repository

Home Page:http://sharpdx.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exception when creating Swap Chain with CreateSwapChainForComposition

jborut opened this issue · comments

I am trying to render DirectX12 in SwapChainPanel by using SharpDx but creating a SwapChain fails for an unknown reason. I've put all the details in this StackOverflow post: https://stackoverflow.com/questions/52119683/exception-when-creating-swap-chain-with-createswapchainforcomposition

Does anyone have any idea why is this failing? Examples I found were all either by using Dx11 or Windows Forms (with handle). I am trying to use Dx12 and SwapChainPanel (so without handle).

Thanks!