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 ๐Ÿ”’
Implementation of flush_bindings for both compute and render passes.
insert_debug_marker ๐Ÿ”’
pop_debug_group ๐Ÿ”’
push_debug_group ๐Ÿ”’
set_bind_group ๐Ÿ”’
set_push_constant ๐Ÿ”’
write_timestamp ๐Ÿ”’