Struct voodoo::Image [] [src]

pub struct Image { /* fields omitted */ }

Methods

impl Image
[src]

[src]

Returns a new ImageBuilder.

[src]

Returns this object's handle.

[src]

Returns this image's memory requirements.

[src]

Binds this image to device memory. offset is the start offset of the region of memory which is to be bound. The number of bytes returned in the VkMemoryRequirements::size member in memory, starting from memoryOffset bytes, will be bound to the specified image.

[src]

Returns a reference to the associated device.

Trait Implementations

impl Debug for Image
[src]

[src]

Formats the value using the given formatter.

impl Clone for Image
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'i> Handle for &'i Image
[src]

[src]