sharpdx / SharpDX-Samples

Official repository for all SharpDX Samples
346 stars 222 forks source link

Where is the CreateSwapChainForComposition method? #47

Open KySpace opened 7 years ago

KySpace commented 7 years ago

I'm trying to make a swap chain inside a xaml SwapChainPanel. It is suggested by the MSDN to use this method. Where can I find it in the SharpDX? Could you make an example or template for UWP developers?

KySpace commented 7 years ago

Never mind, it's written here https://github.com/sharpdx/SharpDX/blob/master/Source/SharpDX.DXGI/SwapChain1.cs I didn't figured it out at first. I am expected to use the SwapChain1 template rather than the method right?