Module render

Source

Structsยง

ArcRenderPassDepthStencilAttachment
Describes a depth/stencil attachment to a render pass.
ArcRenderPassDescriptor ๐Ÿ”’
Describes the attachments of a render pass.
IndexState ๐Ÿ”’
PassChannel
Describes an individual channel within a render pass, such as color, depth, or stencil.
RenderAttachment ๐Ÿ”’
RenderPass
RenderPassColorAttachment
Describes a color attachment to a render pass.
RenderPassDepthStencilAttachment
Describes a depth/stencil attachment to a render pass.
RenderPassDescriptor
Describes the attachments of a render pass.
RenderPassError
Error encountered when performing a render pass.
RenderPassInfo ๐Ÿ”’
State ๐Ÿ”’
VertexLimits ๐Ÿ”’
VertexState ๐Ÿ”’

Enumsยง

AttachmentError
AttachmentErrorLocation
Describes an attachment location in words.
ColorAttachmentError
LoadOp
Operation to perform to the output attachment at the start of a render pass.
OptionalState ๐Ÿ”’
RenderPassErrorInner
Error encountered when performing a render pass.
ResolvedPassChannel
StoreOp
Operation to perform to the output attachment at the end of a render pass.

Constantsยง

MAX_TOTAL_ATTACHMENTS ๐Ÿ”’

Functionsยง

draw ๐Ÿ”’
draw_indexed ๐Ÿ”’
execute_bundle ๐Ÿ”’
get_stride_of_indirect_args ๐Ÿ”’
insert_debug_marker ๐Ÿ”’
load_hal_ops ๐Ÿ”’
multi_draw_indirect ๐Ÿ”’
multi_draw_indirect_count ๐Ÿ”’
pop_debug_group ๐Ÿ”’
push_debug_group ๐Ÿ”’
set_bind_group ๐Ÿ”’
set_blend_constant ๐Ÿ”’
set_index_buffer ๐Ÿ”’
set_pipeline ๐Ÿ”’
set_push_constant ๐Ÿ”’
set_scissor ๐Ÿ”’
set_stencil_reference ๐Ÿ”’
set_vertex_buffer ๐Ÿ”’
set_viewport ๐Ÿ”’
store_hal_ops ๐Ÿ”’
write_timestamp ๐Ÿ”’

Type Aliasesยง

ArcRenderPassColorAttachment
AttachmentDataVec ๐Ÿ”’