소스 검색

Fix after merge

Sebastien Vandenberghe 6 년 전
부모
커밋
14d0189e71
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/Engines/WebGPU/webgpuPipelineContext.ts

+ 4 - 0
src/Engines/WebGPU/webgpuPipelineContext.ts

@@ -30,4 +30,8 @@ export class WebGPUPipelineContext implements IPipelineContext {
 
         return false;
     }
+
+    public _handlesSpectorRebuildCallback(onCompiled: (program: any) => void): void {
+        // Nothing to do yet for spector.
+    }
 }