Struct asi_vulkan::Image[][src]

pub struct Image(_);

An Image

Methods

impl Image
[src]

Create a new image.

Get the memory handle for this image.

Get the image view for this image

Trait Implementations

impl Clone for Image
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for Image

impl !Sync for Image