FMX.Skia.GlobalUseSkiaRasterWhenAvailable
Delphi
GlobalUseSkiaRasterWhenAvailable: Boolean = True;
C++
extern DELPHI_PACKAGE bool GlobalUseSkiaRasterWhenAvailable;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | FMX.Skia.pas FMX.Skia.hpp |
FMX.Skia | FMX.Skia |
Description
Allows the UI rendering in Skia Canvas by using the CPU instead of the GPU.
Note: It currently works only on Windows.