microsoft / WindowsCompositionSamples

The Windows Composition Samples have moved here: https://github.com/microsoft/WindowsAppSDK-Samples/tree/main/Samples/SceneGraph
https://github.com/microsoft/WindowsAppSDK-Samples/tree/main/Samples/SceneGraph
MIT License
1.12k stars 287 forks source link

Does Windows.UI.Composition support Direct3D 12? #344

Closed ghost closed 5 months ago

ghost commented 4 years ago

I noticed in Kenny_Kerr's Graphics and Animation-Windows Composition Turns 10

The first thing I need to do is create a rendering device and I ’ll use Direct3D 11 because Windows composition does n’t yet support Direct3D 12:

But this is a 2015 article, and it is now February 2020.

So does Windows.UI.Composition already support Direct3D 12?