Skip to main content

UseAsyncFrontBufferBlit Property

If set to true, FBIO_WAITFORVSYNC ioctl and following memcpy call will run on a dedicated thread saving current one from doing nothing in a blocking call

Definition

Namespace: Avalonia.LinuxFramebuffer.Output
Assembly: Avalonia.LinuxFramebuffer (in Avalonia.LinuxFramebuffer.dll)

public bool? UseAsyncFrontBufferBlit { get; set; }

Property Value

Nullable(Boolean)

See Also

Reference

FbDevOutputOptions Class
Avalonia.LinuxFramebuffer.Output Namespace