Re-exportsยง
pub use self::render_command::RenderCommand;
Modulesยง
- allocator ๐
- bind ๐
- bundle ๐Render Bundles
- clear ๐
- compute ๐
- compute_
command ๐ - draw ๐
- memory_
init ๐ - query ๐
- ray_
tracing ๐ - render ๐
- render_
command ๐ - timestamp_
writes ๐ - transfer ๐
Structsยง
- Describes a depth/stencil attachment to a render pass.
- Baked
Commands ๐Look at the documentation forCommandBufferMutable
for an explanation of the fields in this struct. This is the โbuiltโ counterpart to that type. - Bind
Group ๐State Change - A buffer of commands to be submitted to the GPU for execution.
- The mutable state of a
CommandBuffer
. - Command
Encoder ๐A rawCommandEncoder
, 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.
- Recording
Guard ๐A guard to enforce error reporting, for aCommandBuffer
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.
- State
Change ๐
Enumsยง
- Describes an attachment location in words.
- Error encountered while attempting a clear.
- Command
Encoder ๐Status The current state of aCommandBuffer
. - 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ยง
- MapPass
Err ๐
Functionsยง
- push_
constant_ ๐clear
Type Aliasesยง
- Image
Copy Buffer Deprecated - Image
Copy Texture Deprecated - Image
Copy Texture Tagged Deprecated