Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
star-e committed Sep 11, 2023
1 parent 76b9a04 commit a8375b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cocos/rendering/custom/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1692,6 +1692,7 @@ class ExecutorPools {
readonly computeQueuePool: RecyclePool<DeviceComputeQueue>;
readonly graphScenePool: RecyclePool<GraphScene>;
readonly reflectionProbe: RecyclePool<RenderReflectionProbeQueue>;
readonly passPool: RecyclePool<IRenderPass>;
readonly rasterPassInfoPool: RecyclePool<RasterPassInfo>;
readonly computePassInfoPool: RecyclePool<ComputePassInfo>;
}
Expand Down

0 comments on commit a8375b7

Please sign in to comment.