DirectX and XAML interop

公開:2012-03-18 08:16
更新:2020-02-15 04:37
カテゴリ:directx,xaml,windows,c++

DirectX and XAML interop.

DirectXとXAMLの相互運用に関して。SurfaceImageSourceはXAMLの中にDirectXの描画領域を作る。VirtualSurfaceImageSourceは大きい領域をDirectXで描画するときに使う。 SwapChainBackgroundPanelは背景をDiretctXスワップチェーンで描画してその上にUIをXAMLで描くイメージ。