 |
SharpEngineSceneViewEnableBackgroundUpload Property |
Gets or sets a Boolean that specifies if GpuImages and GpuBuffers can be uploaded to graphics card in the background thread.
The graphics card also needs to support that feature. But when this property is set to false, then background upload is disabled even if supported by the graphics card.
Default value is true.
Namespace: Ab4d.SharpEngine.AvaloniaUIAssembly: Ab4d.SharpEngine.AvaloniaUI (in Ab4d.SharpEngine.AvaloniaUI.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic bool EnableBackgroundUpload { get; set; }
Property Value
Boolean[Missing <value> documentation for "P:Ab4d.SharpEngine.AvaloniaUI.SharpEngineSceneView.EnableBackgroundUpload"]
Remarks[Missing <remarks> documentation for "P:Ab4d.SharpEngine.AvaloniaUI.SharpEngineSceneView.EnableBackgroundUpload"]
See Also