Struct skia::gl_context_glx::GLPlatformContext [] [src]

pub struct GLPlatformContext {
    pub display: *mut Display,
    pub glx_pixmap: XID,
    pub pixmap: XID,
    pub framebuffer_id: GLuint,
    pub texture_id: GLuint,
    pub depth_stencil_renderbuffer_id: GLuint,
    // some fields omitted
}

Fields

Methods

impl GLPlatformContext
[src]

[src]

[src]

[src]

Trait Implementations

impl Drop for GLPlatformContext
[src]

[src]

Executes the destructor for this type. Read more