0

My XAML application could use some 3d elements. Is it possible to mix Direct3D content in a WinRT XAML application?

Jerry Nixon
  • 31,313
  • 14
  • 117
  • 233

1 Answers1

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