wgpun_ComputePassEncoderSetPipeline function

  1. @Native<Void Function(Uint64, Uint64)>(ffi.Uint64, ffi.Uint64)>()
void wgpun_ComputePassEncoderSetPipeline(
  1. int compute_pass,
  2. int pipeline
)

Implementation

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