Skia Layer Properties
SkiaLayerProperties is a class that represents the rendering configuration for a SkiaLayer.
Constructors
Properties
Specifies the GPU that will be selected for rendering. Default value is SkikoProperties.gpuPriority.
Specifies whether vertical synchronization (VSync) is enabled. Default value is SkikoProperties.vsyncEnabled. Setting this to true is a hint toward underlying implementation to synchronize the rendering with the display presentation. It guarantees that the frame is presented without visual artifacts like tearing in exchange for a possible latency increase.
Specifies whether framelimit fallback is enabled (software renderer). Default value is SkikoProperties.vsyncFramelimitFallbackEnabled.
Specifies the graphics API used for rendering. Default value is SkikoProperties.renderApi.