Skip to content

Commit 2dae767

Browse files
author
LAPTOP-BBDAGDBG\Ray
committed
fix: 缓存的 BlitDesc._blit 更新
1 parent 411f98d commit 2dae767

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cocos/rendering/custom/executor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,7 @@ class DeviceRenderQueue implements RecordingInterface {
619619
if (!this._blitDesc) {
620620
this._blitDesc = new BlitDesc(blit);
621621
}
622+
this._blitDesc.blit = blit;
622623
this._blitDesc.createScreenQuad();
623624
this._blitDesc.createStageDescriptor();
624625
}

0 commit comments

Comments
 (0)