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)
- C#
- VB
- F#
public bool? UseAsyncFrontBufferBlit { get; set; }
Public Property UseAsyncFrontBufferBlit As Boolean?
Get
Set
member UseAsyncFrontBufferBlit : Nullable<bool> with get, set
Property Value
See Also
Reference
FbDevOutputOptions Class
Avalonia.LinuxFramebuffer.Output Namespace