BindingType¶
Overview¶
TODO: doc
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class BindingType¶
Instance Methods¶
mutateBindGroupLayoutEntry( entry : GPUBindGroupLayoutEntry )¶
(protected)
combined( other : BindingType ) : BindingType | null¶
null if they can't be combined
toDebugString() : string¶
getBindGroupLayoutEntry( index : number ) : GPUBindGroupLayoutEntry¶
Source Code¶
See the source for BindingType.ts in the alpenglow repository.