Methods
createDescriptor
- createDescriptor(device: WebgpuGraphicsDevice, bindGroup: BindGroup): any
Parameters
- device: WebgpuGraphicsDevice
- bindGroup: BindGroup
Returns any
- Returns the generated descriptor of type GPUBindGroupDescriptor, which
can be used to create a GPUBindGroup
A WebGPU implementation of the BindGroup, which is a wrapper over GPUBindGroup.