FMX.Skia.GlobalSkiaBitmapsInParallel
Delphi
GlobalSkiaBitmapsInParallel: Boolean;
C++
extern DELPHI_PACKAGE bool GlobalSkiaBitmapsInParallel;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | FMX.Skia.pas FMX.Skia.hpp |
FMX.Skia | FMX.Skia |
Description
Enables TBitmaps to be drawn in true parallel to UI and other bitmaps when drawing in a thread.
Note: Only takes effect when GlobalUseSkia is
True
.