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,
    pub max_combined_texture_image_units: u32,
    pub max_fragment_uniform_vectors: u32,
    pub max_renderbuffer_size: u32,
    pub max_texture_image_units: u32,
    pub max_varying_vectors: u32,
    pub max_vertex_texture_image_units: u32,
    pub max_vertex_uniform_vectors: u32,
}

Fields

Methods

impl GLLimits
[src]

[src]

Trait Implementations

impl Debug for GLLimits
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GLLimits
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GLLimits

impl Sync for GLLimits