BufferSlot¶
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/BufferSlot.ts for the most up-to-date information.
Overview¶
TODO: doc
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class BufferSlot¶
Constructor¶
new BufferSlot( concreteType : ConcreteType<T> )¶
Instance Methods¶
hasChildSlot( slot : BufferSlot ) : boolean¶
getSubtreeSlots() : BufferSlot[]¶
toDebugString() : string¶
castTo( concreteType : ConcreteType<U> ) : BufferSlot<U>¶
Instance Properties¶
bufferSlotSlices : BufferSlotSlice[]¶
(readonly)
size : number¶
(readonly)
Source Code¶
See the source for BufferSlot.ts in the alpenglow repository.