Struct bedrock::ImageMemoryBarrier [] [src]

pub struct ImageMemoryBarrier(_);

Wrapper object of VkImageMemoryBarrier, derscribes a memory barrier of an image.

Methods

impl ImageMemoryBarrier
[src]

[src]

Construct a new barrier descriptor

[src]

Construct a new barrier descriptor from discrete pair of resource and subresource range

[src]

Update the source access mask

[src]

Update the destination access mask

[src]

Flip access masks and image layouts

Trait Implementations

impl Clone for ImageMemoryBarrier
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations