wgpun_RenderPipelineGetBindGroupLayout function

  1. @Native<Uint64 Function(Uint64, Uint32)>(ffi.Uint64, ffi.Uint32)>()
int wgpun_RenderPipelineGetBindGroupLayout(
  1. int pipeline,
  2. int index
)

Implementation

@ffi.Native<ffi.Uint64 Function(ffi.Uint64, ffi.Uint32)>()
external int wgpun_RenderPipelineGetBindGroupLayout(
  int pipeline,
  int index,
);