Struct asche::ComputeCommandEncoder[][src]

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

Used to encode command for a compute command buffer.

Implementations

Binds a pipeline. Vulkan Manual Page

Binds descriptor sets. Vulkan Manual Page

Update the values of push constants. Vulkan Manual Page

Dispatch compute work items. Vulkan Manual Page

Dispatch compute work items. Vulkan Manual Page

Dispatch compute work items using indirect parameters. Vulkan Manual Page

Build acceleration structures with some parameters provided on the device. Vulkan Manual Page

Build an acceleration structure with some parameters provided on the device. Vulkan Manual Page

Copy an acceleration structure. Vulkan Manual Page

Copy an acceleration structure to device memory. Vulkan Manual Page

Copy device memory to an acceleration structure. Vulkan Manual Page

Write acceleration structure result parameters to query results. 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.