Popov72 4 years ago
parent
commit
506ee6682d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Engines/WebGPU/webgpuCacheRenderPipelineTree.ts

+ 1 - 0
src/Engines/WebGPU/webgpuCacheRenderPipelineTree.ts

@@ -2,6 +2,7 @@ import { VertexBuffer } from "../../Meshes/buffer";
 import { Nullable } from "../../types";
 import { Nullable } from "../../types";
 import { WebGPUCacheRenderPipeline } from "./webgpuCacheRenderPipeline";
 import { WebGPUCacheRenderPipeline } from "./webgpuCacheRenderPipeline";
 
 
+/** @hidden */
 class NodeState {
 class NodeState {
     public values: { [name: number]: NodeState };
     public values: { [name: number]: NodeState };
     public pipeline: GPURenderPipeline;
     public pipeline: GPURenderPipeline;