Struct asi_vulkan::Image [] [src]

pub struct Image {
    pub image: VkImage,
    pub image_memory: VkDeviceMemory,
    // some fields omitted
}

An Image

Fields

Methods

impl Image
[src]

[src]

Create a new image.

Trait Implementations

impl Drop for Image
[src]

[src]

Executes the destructor for this type. Read more