Show / Hide Table of Contents

Enum RenderFlags

Some flags to control how rendering to the target framebuffer should happen.

Namespace: MarcusW.VncClient.Rendering
Assembly: MarcusW.VncClient.dll
Syntax
public enum RenderFlags : int

Fields

Name Description
Default

The default.

UpdateByRectangle

If set, the screen will be updated by received rectangle instead of by frame. This might improve display latency for the cost of screen tearing and some overhead.

VisualizeRectangles

If set, the rendered rectangles and the used encoding type will be visualized for debugging purposes.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX