Class: PipelinePool
Constructors
Methods
Constructors
constructor
• new PipelinePool(): PipelinePool
Returns
Methods
getSharePipeline
▸ getSharePipeline(shaderVariant
): GPURenderPipeline
Parameters
Name | Type |
---|---|
shaderVariant | string |
Returns
GPURenderPipeline
Defined in
src/gfx/graphics/webGpu/PipelinePool.ts:6
setSharePipeline
▸ setSharePipeline(shaderVariant
, pipeline
): void
Parameters
Name | Type |
---|---|
shaderVariant | string |
pipeline | GPURenderPipeline |
Returns
void