UNPKG

@babylonjs/core

Version:

Getting started? Play directly with the Babylon.js API using our [playground](https://playground.babylonjs.com/). It also contains a lot of samples to learn how to use it.

18 lines (17 loc) 568 B
import type { Nullable } from "../../types.js"; import { WebGPUCacheRenderPipeline } from "./webgpuCacheRenderPipeline.js"; /** * Class not used, WebGPUCacheRenderPipelineTree is faster * @internal */ export declare class WebGPUCacheRenderPipelineString extends WebGPUCacheRenderPipeline { private static _Cache; protected _getRenderPipeline(param: { token: any; pipeline: Nullable<GPURenderPipeline>; }): void; protected _setRenderPipeline(param: { token: any; pipeline: Nullable<GPURenderPipeline>; }): void; }