[][src]Struct offscreen_gl_context::GLLimits

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

max_vertex_attribs: u32max_tex_size: u32max_cube_map_tex_size: u32max_combined_texture_image_units: u32max_fragment_uniform_vectors: u32max_renderbuffer_size: u32max_texture_image_units: u32max_varying_vectors: u32max_vertex_texture_image_units: u32max_vertex_uniform_vectors: u32

Methods

impl GLLimits[src]

pub fn detect(gl_: &Gl) -> GLLimits[src]

Trait Implementations

impl Clone for GLLimits[src]

impl Debug for GLLimits[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]