Function setBindGroup

  • Binds a bind group to the current render pass.

    Parameters

    • device: Device

      the GPU device

    • slot: number

      the bind group slot to bind to

    • bindGroup: BindGroup

      the bind group to use

    • offsets: UIntArray = []

      the dynamic offsets for dynamic buffers in this bind group

    Returns void

Generated using TypeDoc