Struct nannou::ui::backend::glium::glium::texture::depth_stencil_texture1d_array::DepthStencilTexture1dArrayLayer[][src]

pub struct DepthStencilTexture1dArrayLayer<'t>(_, _);

Represents a single layer of a DepthStencilTexture1dArray.

Can be obtained by calling DepthStencilTexture1dArray::layer().

Methods

impl<'t> DepthStencilTexture1dArrayLayer<'t>
[src]

Returns the width of that image.

Returns the corresponding texture.

Returns the layer index.

Returns the number of mipmap levels of the texture.

The minimum value is 1, since there is always a main texture.

Access a single mipmap level of this layer.

Access the main mipmap level of this layer.

Trait Implementations

impl<'t> Clone for DepthStencilTexture1dArrayLayer<'t>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'t> Copy for DepthStencilTexture1dArrayLayer<'t>
[src]

Auto Trait Implementations