wgpun_SamplerRelease function

  1. @Native<Void Function(Uint64)>(ffi.Uint64)>()
void wgpun_SamplerRelease(
  1. int sampler
)

Implementation

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