RenderDeviceInfoHardwareVertexProcessing Field |
LightningChart .NET Help
True if your graphics adapter supports vertex processing in hardware (GPU).
If false, the vertex calculation has to be done in software (computer CPU),
and the performance is not optimal.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool HardwareVertexProcessing
Public HardwareVertexProcessing As Boolean
public:
bool HardwareVertexProcessing
Field Value
Type:
Boolean
See Also