BindingDescriptor¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/alpenglow/blob/main/js/webgpu/compute/BindingDescriptor.ts for the most up-to-date information.
Overview¶
TODO: doc
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class BindingDescriptor¶
Constructor¶
new BindingDescriptor( bindingIndex : number, bindingType : BindingType, slot : ResourceSlot )¶
Instance Methods¶
getBindGroupLayoutEntry() : GPUBindGroupLayoutEntry¶
Source Code¶
See the source for BindingDescriptor.ts in the alpenglow repository.