Struct vulkano::image::sys::UnsafeImageView [] [src]

pub struct UnsafeImageView {
    // some fields omitted
}

Methods

impl UnsafeImageView
[src]

See the docs of new().

Creates a new view from an image.

Note that you must create the view with identity swizzling if you want to use this view as a framebuffer attachment.

Panic

  • Panics if the device or host ran out of memory.

Trait Implementations

impl Debug for UnsafeImageView
[src]

Formats the value using the given formatter.

impl VulkanObject for UnsafeImageView
[src]

The type of the object.

Returns a reference to the object.

impl Drop for UnsafeImageView
[src]

A method called when the value goes out of scope. Read more