Explorar el Código

Update webgpuEngine.ts

sebavan hace 6 años
padre
commit
02701ea3ea
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/Engines/webgpuEngine.ts

+ 2 - 2
src/Engines/webgpuEngine.ts

@@ -99,8 +99,8 @@ export interface WebGPUEngineOptions extends GPURequestAdapterOptions {
 export class WebGPUEngine extends Engine {
     // Default shaderc options.
     private static readonly _shadercDefaultOptions: ShadercOptions = {
-        jsPath: "http://preview.babylonjs.com/shaderc/shaderc.js",
-        wasmPath: "http://preview.babylonjs.com/shaderc/shaderc.wasm"
+        jsPath: "https://preview.babylonjs.com/shaderc/shaderc.js",
+        wasmPath: "https://preview.babylonjs.com/shaderc/shaderc.wasm"
     };
 
     // Page Life cycle and constants