Sharp |
When true (by default) then WinUI's SwapChainPanel is used for SharedTexturePresentationType. When false, then WinUI's SurfaceImageSource is used.
Using SwapChainPanel is faster and recommended by WinUI. In this mode, the content behind SwapChainPanel is not shown (for example background of a parent control). SurfaceImageSource supports full composition so that background is visible through the SharpEngineSceneView (when Background is Transparent), but it may not work correctly on all systems and with all graphics cards.
This value can be changed only before the SharpEngineSceneView is initialized.