From a8375b71e67467e98e864707f702694ac33fad4e Mon Sep 17 00:00:00 2001 From: Zhou Zhenglong Date: Mon, 11 Sep 2023 18:22:55 +0800 Subject: [PATCH] fix compile error --- cocos/rendering/custom/executor.ts | 1 + 1 file changed, 1 insertion(+) 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; }