wgpun_CommandEncoderResolveQuerySet function
- @Native<Uint8 Function(Uint64, Uint64, Uint32, Uint32, Uint64, Uint64)>(ffi.Uint64, ffi.Uint64, ffi.Uint32, ffi.Uint32, ffi.Uint64, ffi.Uint64)>()
int
wgpun_CommandEncoderResolveQuerySet(
- int encoder,
- int query_set,
- int first_query,
- int query_count,
- int destination,
- 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,
);