wgpun_RenderPassEncoderEnd function

  1. @Native<Uint64 Function(Uint64)>(ffi.Uint64)>()
int wgpun_RenderPassEncoderEnd(
  1. int render_pass
)

Implementation

@ffi.Native<ffi.Uint64 Function(ffi.Uint64)>()
external int wgpun_RenderPassEncoderEnd(
  int render_pass,
);