 |
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.WpfAssembly: Ab4d.SharpEngine.Wpf (in Ab4d.SharpEngine.Wpf.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic Action? DefaultSystemAdapterChangedAction
Field Value
Action
See Also