wgpun_BindGroupRelease function

  1. @Native<Void Function(Uint64)>(ffi.Uint64)>()
void wgpun_BindGroupRelease(
  1. int group
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Uint64)>()
external void wgpun_BindGroupRelease(
  int group,
);