BufferBindingType¶
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/BufferBindingType.ts for the most up-to-date information.
Overview¶
TODO: doc
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class BufferBindingType¶
Constructor¶
new BufferBindingType( type : GPUBufferBindingType )¶
Instance Methods¶
combined( other : BindingType ) : BindingType | null¶
toDebugString() : string¶
mutateBindGroupLayoutEntry( entry : GPUBindGroupLayoutEntry )¶
(protected)
Static Properties¶
UNIFORM : BufferBindingType¶
(readonly)
READ_ONLY_STORAGE : BufferBindingType¶
(readonly)
STORAGE : BufferBindingType¶
(readonly)
Source Code¶
See the source for BufferBindingType.ts in the alpenglow repository.