PipelineLayout¶
Overview¶
TODO: doc
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class PipelineLayout¶
Constructor¶
new PipelineLayout( deviceContext : DeviceContext, bindGroupLayouts : BindGroupLayout[] )¶
Instance Methods¶
hasBindingWithSlot( slot : ResourceSlot ) : boolean¶
getBindingFromSlot( slot : ResourceSlot ) : Binding¶
Instance Properties¶
layout : GPUPipelineLayout¶
(readonly)
Source Code¶
See the source for PipelineLayout.ts in the alpenglow repository.