wgpun_ComputePassEncoderSetBindGroup function

  1. @Native<Void Function(Uint64, Uint32, Uint64, Pointer<Uint32>, Uint32)>(ffi.Uint64, ffi.Uint32, ffi.Uint64, ffi.Pointer<ffi.Uint32>, ffi.Uint32)>()
void wgpun_ComputePassEncoderSetBindGroup(
  1. int compute_pass,
  2. int index,
  3. int bind_group,
  4. Pointer<Uint32> dynamic_offsets,
  5. int dynamic_offset_count,
)

Implementation

@ffi.Native<
  ffi.Void Function(
    ffi.Uint64,
    ffi.Uint32,
    ffi.Uint64,
    ffi.Pointer<ffi.Uint32>,
    ffi.Uint32,
  )
>()
external void wgpun_ComputePassEncoderSetBindGroup(
  int compute_pass,
  int index,
  int bind_group,
  ffi.Pointer<ffi.Uint32> dynamic_offsets,
  int dynamic_offset_count,
);