Struct voodoo::ImageViewBuilder [] [src]

pub struct ImageViewBuilder<'b> { /* fields omitted */ }

A builder for an ImageView.

Methods

impl<'b> ImageViewBuilder<'b>
[src]

[src]

Returns a new ImageViewBuilder.

[src]

Specifies the image on which the view will be created.

[src]

Specifies the type of the image view.

[src]

Specifies the format and type used to interpret data elements in the image.

[src]

Specifies a remapping of color components (or of depth or stencil components after they have been converted into color components).

[src]

Specifies the range selecting the set of mipmap levels and array layers to be accessible to the view.

[src]

Trait Implementations

impl<'b> Debug for ImageViewBuilder<'b>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'b> Clone for ImageViewBuilder<'b>
[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<'b> !Send for ImageViewBuilder<'b>

impl<'b> !Sync for ImageViewBuilder<'b>