wgpun_BufferUnmap function

  1. @Native<Void Function(Uint64, Uint64)>(ffi.Uint64, ffi.Uint64)>()
void wgpun_BufferUnmap(
  1. int handle,
  2. int _original_buffer_id
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Uint64, ffi.Uint64)>()
external void wgpun_BufferUnmap(
  int handle,
  int _original_buffer_id,
);