wgpun_QueueSubmit function
Implementation
@ffi.Native<
ffi.Void Function(ffi.Uint64, ffi.Pointer<ffi.Uint64>, ffi.Uint32)
>()
external void wgpun_QueueSubmit(
int queue,
ffi.Pointer<ffi.Uint64> command_buffers,
int count,
);
@ffi.Native<
ffi.Void Function(ffi.Uint64, ffi.Pointer<ffi.Uint64>, ffi.Uint32)
>()
external void wgpun_QueueSubmit(
int queue,
ffi.Pointer<ffi.Uint64> command_buffers,
int count,
);