Module compute

Module compute 

Source

Structsยง

ComputePass
A passโ€™s encoder state and its validity are two distinct conditions, i.e., the full matrix of (open, ended) x (valid, invalid) is possible.
ComputePassDescriptor
ComputePassError
Error encountered when performing a compute pass, stored for later reporting when encoding ends.
State ๐Ÿ”’

Enumsยง

ComputePassErrorInner
Error encountered when performing a compute pass.
DispatchError

Functionsยง

dispatch_workgroups ๐Ÿ”’
dispatch_workgroups_indirect ๐Ÿ”’
encode_compute_pass ๐Ÿ”’
set_pipeline ๐Ÿ”’
transition_resources ๐Ÿ”’
Compute pass version of command::transition_resources. See also State::flush_bindings for details on the implementation.

Type Aliasesยง

ArcComputePassDescriptor ๐Ÿ”’
cbindgen:ignore
ComputeBasePass