Module pass

Source
Expand description

Generic pass functions that both compute and render passes need.

Structsยง

BindGroupIndexOutOfRange
InvalidValuesOffset
MissingPipeline
PassState ๐Ÿ”’

Functionsยง

change_pipeline_layout ๐Ÿ”’
flush_bindings_helper ๐Ÿ”’
Helper for flush_bindings implementing the portions that are the same for compute and render passes.
insert_debug_marker ๐Ÿ”’
pop_debug_group ๐Ÿ”’
push_debug_group ๐Ÿ”’
set_bind_group ๐Ÿ”’
set_push_constant ๐Ÿ”’
write_timestamp ๐Ÿ”’