Struct
SpiceClientGLibGlScanout
Description [src]
struct SpiceGlScanout {
gint fd;
guint32 width;
guint32 height;
guint32 stride;
guint32 format;
gboolean y0top;
}
Holds the information necessary for using the GL display scanout.
Structure members
fd:gintA drm DMABUF file that can be imported with eglCreateImageKHR.
width:guint32Width of the scanout.
height:guint32Height of the scanout.
stride:guint32Stride of the scanout.
format:guint32The drm fourcc format.
y0top:gbooleanOrientation of the scanout.