Click or drag to resize
Ab4d.SharpEngine logo

SharpEngineSceneViewDefaultSystemAdapterChangedAction Field

DefaultSystemAdapterChanged event is triggered when the default system adapter (the primary system GPU) is changed. This means that it is no longer possible to share a SharpEngine's texture with WPF. SharpEngine will need to switch to WritableBitmap that is much slower than shared texture because the rendered scene needs to be copied from GPU memory to the CPU memory. In this case it is recommended to save the current scene, dispose the SharpEngineSceneView and create a new SharpEngineSceneView that will use the new graphics card.

Namespace: Ab4d.SharpEngine.Wpf
Assembly: Ab4d.SharpEngine.Wpf (in Ab4d.SharpEngine.Wpf.dll) Version: 4.0.9584+1b7ee6bb29044dc79cb258fb9be4150ffbca20f3
Syntax
C#
public Action? DefaultSystemAdapterChangedAction

Field Value

Action
See Also