Struct

SpiceClientGLibGlScanout2

Description [src]

struct SpiceGlScanout2 {
  gint fd[4];
  guint32 width;
  guint32 height;
  guint32 offset[4];
  guint32 stride[4];
  guint32 num_planes;
  guint32 format;
  gboolean y0top;
  guint64 modifier;
}

Holds the information necessary for using the GL display scanout.

Structure members
fd: gint

Drm DMABUF file for each plane that can be imported with eglCreateImageKHR.

width: guint32

Width of the scanout.

height: guint32

Height of the scanout.

offset: guint32

Offset of each plane.

stride: guint32

Stride of each plane.

num_planes: guint32

No description available.

format: guint32

The drm fourcc format.

y0top: gboolean

Orientation of the scanout.

modifier: guint64

The drm modifier.