My XAML application could use some 3d elements. Is it possible to mix Direct3D content in a WinRT XAML application?
Asked
Active
Viewed 236 times
1 Answers
0
Yes, it's actually very easy to do. See the SurfaceImageSource class. That provides a DirectX surface that can be drawn to like any other surface. See this doc for a lot of detail on this.

JP Alioto
- 44,864
- 6
- 88
- 112