Struct vulkano::command_buffer::cb::AutoPipelineBarriersLayer [] [src]

pub struct AutoPipelineBarriersLayer<I> { /* fields omitted */ }

Methods

impl<I> AutoPipelineBarriersLayer<I>
[src]

Trait Implementations

impl<I, O, E> CommandBufferBuild for AutoPipelineBarriersLayer<I> where
    I: CommandBufferBuild<Out = O, Err = E>, 
[src]

The type of the built command buffer.

Error that can be returned when building.

Builds the command buffer.

impl<I> DeviceOwned for AutoPipelineBarriersLayer<I> where
    I: DeviceOwned
[src]

Returns the device that owns Self.

impl<I> CommandBufferBuilder for AutoPipelineBarriersLayer<I> where
    I: CommandBufferBuilder
[src]

Returns the queue family of the command buffer builder.

Adds a command that writes the content of a buffer. Read more

Adds a command that writes data to a buffer.

Adds a command that copies from a buffer to another.

Adds a command that copies the content of a buffer to an image. Read more

Same as copy_buffer_to_image but lets you specify a range for the destination image.

Adds a command that starts a render pass. Read more

Adds a command that jumps to the next subpass of the current render pass.

Adds a command that ends the current render pass. Read more

Adds a command that draws. Read more

Adds a command that draws indexed vertices. Read more

Adds an indirect draw command. Read more

Executes a compute shader.

Builds the actual command buffer. Read more

Returns true if the pool of the builder supports graphics operations.

Returns true if the pool of the builder supports compute operations.

impl<I, O, Rp, F> AddCommand<CmdBeginRenderPass<Rp, F>> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdBeginRenderPass<Rp, F>, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O, S, Pl> AddCommand<CmdBindDescriptorSets<S, Pl>> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdBindDescriptorSets<S, Pl>, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O, B> AddCommand<CmdBindIndexBuffer<B>> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdBindIndexBuffer<B>, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O, Pl> AddCommand<CmdBindPipeline<Pl>> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdBindPipeline<Pl>, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O, V> AddCommand<CmdBindVertexBuffers<V>> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdBindVertexBuffers<V>, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O, S, D> AddCommand<CmdBlitImage<S, D>> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdBlitImage<S, D>, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O> AddCommand<CmdClearAttachments> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdClearAttachments, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O, S, D> AddCommand<CmdCopyBuffer<S, D>> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdCopyBuffer<S, D>, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O, S, D> AddCommand<CmdCopyBufferToImage<S, D>> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdCopyBufferToImage<S, D>, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O, S, D> AddCommand<CmdCopyImage<S, D>> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdCopyImage<S, D>, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O> AddCommand<CmdDispatchRaw> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdDispatchRaw, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O> AddCommand<CmdDrawRaw> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdDrawRaw, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O> AddCommand<CmdDrawIndexedRaw> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdDrawIndexedRaw, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O, B> AddCommand<CmdDrawIndirectRaw<B>> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdDrawIndirectRaw<B>, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O> AddCommand<CmdEndRenderPass> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdEndRenderPass, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O, C> AddCommand<CmdExecuteCommands<C>> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdExecuteCommands<C>, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O, B> AddCommand<CmdFillBuffer<B>> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdFillBuffer<B>, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O> AddCommand<CmdNextSubpass> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdNextSubpass, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O, Pc, Pl> AddCommand<CmdPushConstants<Pc, Pl>> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdPushConstants<Pc, Pl>, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O, S, D> AddCommand<CmdResolveImage<S, D>> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdResolveImage<S, D>, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O> AddCommand<CmdSetEvent> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdSetEvent, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O> AddCommand<CmdSetState> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdSetState, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more

impl<I, O, B, D> AddCommand<CmdUpdateBuffer<B, D>> for AutoPipelineBarriersLayer<I> where
    I: for<'r> AddCommand<CmdUpdateBuffer<B, D>, Out = O>, 
[src]

The new command buffer builder type.

Adds the command. This takes ownership of the builder and returns a new builder with the command appended at the end of it. Read more