Interface BindGroupLayoutEntry

Descriptor of a bind group layout entry.

Hierarchy

  • BindGroupLayoutEntry

Properties

binding?: number

Binding location. Defaults to the position of the entry.

bufferDynamicOffset?: boolean

Whether buffer has dynamic offset. Defaults to false.

label: string

Bind group entry name.

samplerType?: SamplerBindingType

Type of sampler binding.

textureDimension?: TextureDimension

Dimension of texture. Defaults to D2.

textureMultisampled?: boolean

Whether texture is multisampled. Defaults to false.

textureSampleType?: TextureSampleType

Type of texture sample.

The type of binding.

visibility?: ShaderStage

The stages that this resource is visible. Defaults to Vertex | Fragment

Generated using TypeDoc