Re-exports§
pub use self::render_command::RenderCommand;
Modules§
Structs§
- ArcRender
Pass Depth Stencil Attachment - Describes a depth/stencil attachment to a render pass.
- Command
Buffer - A buffer of commands to be submitted to the GPU for execution.
- Command
Buffer Mutable - The mutable state of a
CommandBuffer
. - Compute
Pass - Compute
Pass Descriptor - Compute
Pass Error - Error encountered when performing a compute pass.
- Pass
Channel - Describes an individual channel within a render pass, such as color, depth, or stencil.
- Pass
Timestamp Writes - Describes the writing of timestamp values in a render or compute pass.
- Rect
- Render
Bundle - Render
Bundle Encoder - Render
Bundle Encoder Descriptor - Describes a
RenderBundleEncoder
. - Render
Bundle Error - Error encountered when finishing recording a render bundle.
- Render
Pass - Render
Pass Color Attachment - Describes a color attachment to a render pass.
- Render
Pass Depth Stencil Attachment - Describes a depth/stencil attachment to a render pass.
- Render
Pass Descriptor - Describes the attachments of a render pass.
- Render
Pass Error - Error encountered when performing a render pass.
Enums§
- Attachment
Error Location - Describes an attachment location in words.
- Clear
Error - Error encountered while attempting a clear.
- Color
Attachment Error - Command
Encoder Error - Compute
Command - Compute
Pass Error Inner - Error encountered when performing a compute pass.
- Copy
Error - Error encountered while attempting to do a copy on a command encoder.
- Copy
Side - Create
Render Bundle Error - Error type returned from
RenderBundleEncoder::new
if the sample count is invalid. - Dispatch
Error - Draw
Error - Error validating a draw call.
- Draw
Kind - Execution
Error - Error type returned from
RenderBundleEncoder::new
if the sample count is invalid. - LoadOp
- Operation to perform to the output attachment at the start of a renderpass.
- Pass
Error Scope - Query
Error - Error encountered when dealing with queries
- Query
UseError - Error encountered while trying to use queries
- Render
Command Error - Error encountered when encoding a render command. This is the shared error set between render bundles and passes.
- Render
Pass Error Inner - Error encountered when performing a render pass.
- Resolve
Error - Error encountered while trying to resolve a query.
- Simplified
Query Type - StoreOp
- Operation to perform to the output attachment at the end of a renderpass.
- Transfer
Error - Error encountered while attempting a data transfer.