wgpun_CommandEncoderResolveQuerySet function

  1. @Native<Uint8 Function(Uint64, Uint64, Uint32, Uint32, Uint64, Uint64)>(ffi.Uint64, ffi.Uint64, ffi.Uint32, ffi.Uint32, ffi.Uint64, ffi.Uint64)>()
int wgpun_CommandEncoderResolveQuerySet(
  1. int encoder,
  2. int query_set,
  3. int first_query,
  4. int query_count,
  5. int destination,
  6. int destination_offset,
)

Implementation

@ffi.Native<
  ffi.Uint8 Function(
    ffi.Uint64,
    ffi.Uint64,
    ffi.Uint32,
    ffi.Uint32,
    ffi.Uint64,
    ffi.Uint64,
  )
>()
external int wgpun_CommandEncoderResolveQuerySet(
  int encoder,
  int query_set,
  int first_query,
  int query_count,
  int destination,
  int destination_offset,
);