Re-exportsยง
pub use self::render_command::RenderCommand;
Modulesยง
- allocator ๐
- bind ๐
- bundle ๐Render Bundles
- clear ๐
- compute ๐
- compute_command ๐
- draw ๐
- memory_init ๐
- query ๐
- render ๐
- render_command ๐
- timestamp_writes ๐
- transfer ๐
Structsยง
- Describes a depth/stencil attachment to a render pass.
- BakedCommands ๐
- BindGroupStateChange ๐
- A buffer of commands to be submitted to the GPU for execution.
- The mutable state of a
CommandBuffer
. - CommandEncoder ๐A raw
CommandEncoder
, and the rawCommandBuffer
s built from it. - Error encountered when performing a compute pass.
- Describes an individual channel within a render pass, such as color, depth, or stencil.
- Describes the writing of timestamp values in a render or compute pass.
- Describes a
RenderBundleEncoder
. - Error encountered when finishing recording a render bundle.
- Describes a color attachment to a render pass.
- Describes a depth/stencil attachment to a render pass.
- Describes the attachments of a render pass.
- Error encountered when performing a render pass.
- StateChange ๐
Enumsยง
- Describes an attachment location in words.
- Error encountered while attempting a clear.
- CommandEncoderStatus ๐The current state of a
CommandBuffer
. - Error encountered when performing a compute pass.
- Error encountered while attempting to do a copy on a command encoder.
- Error type returned from
RenderBundleEncoder::new
if the sample count is invalid. - Error validating a draw call.
- Error type returned from
RenderBundleEncoder::new
if the sample count is invalid. - Operation to perform to the output attachment at the start of a renderpass.
- Error encountered when dealing with queries
- Error encountered while trying to use queries
- Error encountered when encoding a render command. This is the shared error set between render bundles and passes.
- Error encountered when performing a render pass.
- Error encountered while trying to resolve a query.
- Operation to perform to the output attachment at the end of a renderpass.
- Error encountered while attempting a data transfer.
Constantsยง
Traitsยง
- MapPassErr ๐
Functionsยง
- push_constant_clear ๐