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

max_vertex_attribs: u32 max_tex_size: u32 max_cube_map_tex_size: u32

Methods

impl GLLimits
[src]

fn detect() -> GLLimits

Trait Implementations

impl Clone for GLLimits
[src]

fn clone(&self) -> GLLimits

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for GLLimits
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.