csharp
public readonly record struct WgpuBindGroupEntryOne 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 BindingWhich binding within the group.
public WebGpuObject BufferThe buffer, for a buffer binding.
public long OffsetWhere in the buffer it starts.
public long SizeHow much of the buffer.
public WebGpuObject SamplerThe sampler, for a sampler binding.
public WebGpuObject TextureViewThe view, for a texture binding.
Methods (1)
public WgpuBindGroupEntry(uint Binding, WebGpuObject Buffer = default(WebGpuObject), long Offset = 0, long Size = 0, WebGpuObject Sampler = default(WebGpuObject), WebGpuObject TextureView = default(WebGpuObject))One resource bound into a bind group.
Used by (4)
- NativeWebGpuBindingVixen.Graphics.WebGPU
- WebGpuDescriptorSetVixen.Graphics.WebGPU
- WebGpuDeviceVixen.Graphics.WebGPU
- WgpuBindGroupDescriptorVixen.Graphics.WebGPU