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:gintDrm DMABUF file for each plane that can be imported with eglCreateImageKHR.
width:guint32Width of the scanout.
height:guint32Height of the scanout.
offset:guint32Offset of each plane.
stride:guint32Stride of each plane.
num_planes:guint32No description available.
format:guint32The drm fourcc format.
y0top:gbooleanOrientation of the scanout.
modifier:guint64The drm modifier.