diff --git a/cocos/gfx/webgl2/webgl2-commands.ts b/cocos/gfx/webgl2/webgl2-commands.ts index b0fc72f3b8f..7938358dc41 100644 --- a/cocos/gfx/webgl2/webgl2-commands.ts +++ b/cocos/gfx/webgl2/webgl2-commands.ts @@ -681,6 +681,7 @@ export class WebGL2CmdDraw extends WebGL2CmdObject { } public clear (): void { + // noop } }