wgpun_RenderPipelineRelease function

  1. @Native<Void Function(Uint64)>(ffi.Uint64)>()
void wgpun_RenderPipelineRelease(
  1. int pipeline
)

Implementation

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