diff --git a/cocos/rendering/custom/executor.ts b/cocos/rendering/custom/executor.ts index affb95d722a..15079212cf2 100644 --- a/cocos/rendering/custom/executor.ts +++ b/cocos/rendering/custom/executor.ts @@ -1692,6 +1692,7 @@ class ExecutorPools { readonly computeQueuePool: RecyclePool; readonly graphScenePool: RecyclePool; readonly reflectionProbe: RecyclePool; + readonly passPool: RecyclePool; readonly rasterPassInfoPool: RecyclePool; readonly computePassInfoPool: RecyclePool; }