Re-exports§
pub use self::render_command::RenderCommand;
Modules§
Structs§
- Describes a depth/stencil attachment to a render pass.
- Look at the documentation for
CommandBufferMutable
for an explanation of the fields in this struct. This is the “built” counterpart to that type. - A buffer of commands to be submitted to the GPU for execution.
- The mutable state of a
CommandBuffer
. - 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.
- A guard to enforce error reporting, for a
CommandBuffer
in theRecording
state. - 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.
Enums§
- Describes an attachment location in words.
- Error encountered while attempting a clear.
- 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 render pass.
- 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 render pass.
- Error encountered while attempting a data transfer.
Constants§
Traits§
Functions§
Type Aliases§
- Image
Copy Buffer Deprecated - Image
Copy Texture Deprecated - Image
Copy Texture Tagged Deprecated