Struct asche::RenderPassEncoder[][src]

pub struct RenderPassEncoder<'a> { /* fields omitted */ }
Expand description

Used to encode render pass commands of a command buffer.

Implementations

Bind a pipeline object to a command buffer. Vulkan Manual Page

Binds descriptor sets. Vulkan Manual Page

Bind an index buffer to a command buffer. Vulkan Manual Page

Bind vertex buffers to a command buffer. Vulkan Manual Page

Update the values of push constants. Vulkan Manual Page

Insert a memory dependency. Vulkan Manual Page

Draws primitives. Vulkan Manual Page

Issue an indexed draw into a command buffer. Vulkan Manual Page

Perform an indexed indirect draw. Vulkan Manual Page

Perform an indexed indirect draw with the draw count sourced from a buffer. Vulkan Manual Page

Perform an indexed indirect draw with the draw count sourced from a buffer. Vulkan Manual Page

Perform an indexed indirect draw with the draw count sourced from a buffer. Vulkan Manual Page

Trait Implementations

Formats the value using the given formatter. Read more

Executes the destructor for this type. Read more

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

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

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.