Vixen
02b45cc4
csharp
public readonly record struct WgpuBindGroupEntry

One resource bound into a bind group.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (6)

  • public uint Binding

    Which binding within the group.

  • public WebGpuObject Buffer

    The buffer, for a buffer binding.

  • public long Offset

    Where in the buffer it starts.

  • public long Size

    How much of the buffer.

  • public WebGpuObject Sampler

    The sampler, for a sampler binding.

  • public WebGpuObject TextureView

    The view, for a texture binding.

Methods (1)

Used by (4)

  • NativeWebGpuBindingVixen.Graphics.WebGPU
  • WebGpuDescriptorSetVixen.Graphics.WebGPU
  • WebGpuDeviceVixen.Graphics.WebGPU
  • WgpuBindGroupDescriptorVixen.Graphics.WebGPU