 |
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: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic Action? DefaultSystemAdapterChangedAction
Field Value
Action
Remarks[Missing <remarks> documentation for "F:Ab4d.SharpEngine.Wpf.SharpEngineSceneView.DefaultSystemAdapterChangedAction"]
See Also