Struct offscreen_gl_context::GLLimits [] [src]

pub struct GLLimits {
    pub max_vertex_attribs: u32,
    pub max_tex_size: u32,
    pub max_cube_map_tex_size: u32,
}

Fields

Methods

impl GLLimits
[src]

Trait Implementations

impl Debug for GLLimits
[src]

Formats the value using the given formatter.

impl Clone for GLLimits
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more