Struct asche::GraphicsCommandEncoder[][src]

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

Used to encode command for a graphics command buffer.

Implementations

Returns a render pass encoder. Drop once finished recording.

Sets the viewport and the scissor rectangle.

Binds a pipeline. Vulkan Manual Page

Binds a raytracing pipeline. Vulkan Manual Page

Binds descriptor sets. Vulkan Manual Page

Update the values of push constants. Vulkan Manual Page

Set the dynamic stack size for a ray tracing pipeline Vulkan Manual Page

Initialize an indirect ray tracing dispatch. Vulkan Manual Page

Initialize a ray tracing dispatch. Vulkan Manual Page

Reset queries in a query pool. Vulkan Manual Page

Clear regions of a color image. Vulkan Manual Page

Trait Implementations

Copies data between two buffer.

Copies data from a buffer to an image.

Insert a memory dependency.

Insert a memory dependency.

Close a command buffer label region.

Insert a label into a command buffer.

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.