pub struct PassRef<'a, P> where
    P: SharedPointerKind + Send
{ /* private fields */ }

Implementations

Instruct the graph to provide vulkan barriers around access to the given node.

The resolver will insert an execution barrier into the command buffer as required using the provided access type. This allows you to do whatever was declared here inside an excution callback registered after this call.

Instruct the graph to provide vulkan barriers around access to the given node with specific information about the subresource being accessed.

The resolver will insert an execution barrier into the command buffer as required using the provided access type. This allows you to do whatever was declared here inside an excution callback registered after this call.

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.