Interface GPUBindGroupEntry

Hierarchy

  • GPUBindGroupEntry

Properties

Properties

binding: number

A unique identifier for a resource binding within the GPUBindGroup, corresponding to a GPUBindGroupLayoutEntry#bindin | PUBindGroupLayoutEntry.binding and a

Binding

attribute in the GPUShaderModule.

The resource to bind, which may be a GPUSampler, GPUTextureView, GPUExternalTexture, or GPUBufferBinding.

Generated using TypeDoc