BufferBindingType¶
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.