wgpun_RenderPassEncoderSetPipeline function

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

Implementation

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