Struct skia::gl_rasterization_context_glx::GLRasterizationContext [] [src]

pub struct GLRasterizationContext {
    pub gl_context: Arc<GLContext>,
    pub size: Size2D<i32>,
    pub framebuffer_id: GLuint,
    // some fields omitted
}

Fields

gl_context: Arc<GLContext> size: Size2D<i32> framebuffer_id: GLuint

Methods

impl GLRasterizationContext
[src]

fn new(gl_context: Arc<GLContext>, pixmap: Pixmap, size: Size2D<i32>) -> Option<GLRasterizationContext>

fn make_current(&self)

fn flush(&self)

fn flush_to_surface(&self)