Compute_pass.EncoderSourcePass encoders.
The type for GPUComputePassEncoder objects.
set_pipeline e p sets the pipeline of e to p.
val set_bind_group :
?dynamic_offsets:int list ->
?group:Bind_group.t ->
t ->
index:int ->
unitset_bind_group sets a bind group for subsequent commands.
val set_bind_group' :
?group:Bind_group.t ->
t ->
index:int ->
dynamic_offsets:int array ->
offsets_start:int ->
offsets_length:int ->
unitset_bind_group' sets a bind group for subsequent commands.
dispatch_workgroups dispaches a grid of workgroups.
dispatch_workgroups_indirect dispatches a grid of workgroups.
push_debug_group e l starts a debug group pass l on e.