Struct glin::cubemap::CubeMapSampler[][src]

pub struct CubeMapSampler<'a> { /* fields omitted */ }

Implementations

impl<'a> CubeMapSampler<'a>[src]

pub fn width(&self) -> u32[src]

Returns the width of the allocated texture

pub fn height(&self) -> u32[src]

Returns the height of the allocated texture

pub fn levels(&self) -> u32[src]

Returns the number of allocated levels

pub fn cubemap_id(&self) -> GLuint[src]

Returns the cubemap GL id

pub fn sampler_id(&self) -> GLuint[src]

Returns the sampler GL id

pub fn internal_format(&self) -> GLenum[src]

Returns the internal format

Trait Implementations

impl<'a, C: Borrow<CubeMapSampler<'a>>> AsUniform<CubeMapSampler<'a>> for C[src]

impl<'a> Clone for CubeMapSampler<'a>[src]

impl<'a> Copy for CubeMapSampler<'a>[src]

Auto Trait Implementations

impl<'a> !RefUnwindSafe for CubeMapSampler<'a>

impl<'a> !Send for CubeMapSampler<'a>

impl<'a> !Sync for CubeMapSampler<'a>

impl<'a> Unpin for CubeMapSampler<'a>

impl<'a> !UnwindSafe for CubeMapSampler<'a>

Blanket Implementations

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

impl<T> Any for T where
    T: Any
[src]

impl<'a, C> AsUniform<CubeMapSampler<'a>> for C where
    C: Borrow<CubeMapSampler<'a>>, 
[src]

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

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

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

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

impl<T> Pointable for T[src]

type Init = T

The type for initializers.

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

type Owned = T

The resulting type after obtaining ownership.

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.