Vixen
02b45cc4
csharp
public readonly record struct WgpuBindGroupLayoutEntry

One binding in a bind group layout.

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

Fields and properties (10)

  • public uint Binding

    Its index within the group.

  • public WgpuShaderStage Visibility

    Which stages see it.

  • public WgpuBufferBindingType BufferType

    What kind of buffer, if it is one.

  • public bool HasDynamicOffset

    Whether the buffer is bound with a per-draw offset.

  • public WgpuSamplerBindingType SamplerType

    What kind of sampler, if it is one.

  • public WgpuTextureSampleType TextureSampleType

    How a sampled texture's texels are read, if it is one.

  • public WgpuTextureViewDimension TextureViewDimension

    How a texture binding is read.

  • public bool Multisampled

    Whether a texture binding is multisampled.

  • public WgpuStorageTextureAccess StorageAccess

    How a storage texture is reached, if it is one.

  • public WgpuTextureFormat StorageFormat

    A storage texture's format.

Methods (1)

Used by (7)

  • FakeWebGpuBindingVixen.Graphics.WebGPU.Tests
  • NativeWebGpuBindingVixen.Graphics.WebGPU
  • PushConstantRingVixen.Graphics.WebGPU
  • WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
  • WebGpuConversionsVixen.Graphics.WebGPU
  • WebGpuDeviceVixen.Graphics.WebGPU
  • WgpuBindGroupLayoutDescriptorVixen.Graphics.WebGPU