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