Optional
bufferOptional
externalExactly one of these members must be set, indicating the binding type. The contents of the member specify options specific to that type. The corresponding resource in createBindGroup requires the corresponding binding resource type for this binding.
Optional
samplerOptional
storageOptional
textureA bitset of the members of GPUShaderStage. Each set bit indicates that a GPUBindGroupLayoutEntry's resource will be accessible from the associated shader stage.
Generated using TypeDoc
A unique identifier for a resource binding within the GPUBindGroupLayout, corresponding to a GPUBindGroupEntry.binding and a
Binding
attribute in the GPUShaderModule.