sharpdx / SharpDX-Samples

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

[UWP] Basic uwp sample #53

Open mrvux opened 6 years ago

mrvux commented 6 years ago

Hello,

I just added a very minimal Direct3D11 uwp sample (so people can get started with it).

Only creates a swap chain and clear it (rest should be equivalent to "standard dx11", so I tried to have as little boilerplate as possible)

Thanks Julien