pub fn dispatch_indirect(
    id: ViewId,
    program: &Program,
    indirect_handle: &IndirectBuffer,
    params: DispatchIndirectArgs
)
Expand description
  • id: View id.
  • program: Compute program.
  • indirect_handle: Indirect buffer.
  • start: First element in indirect buffer.
  • num: Number of dispatches.
  • flags: Discard or preserve states. See DiscardFlags.