Bläddra i källkod

Add validation for webgl1

David Catuhe 7 år sedan
förälder
incheckning
925a57721f
2 ändrade filer med 2158 tillägg och 2145 borttagningar
  1. 13 0
      .vscode/launch.json
  2. 2145 2145
      dist/preview release/babylon.d.ts

+ 13 - 0
.vscode/launch.json

@@ -136,6 +136,19 @@
             "runtimeArgs": [
                 "--enable-unsafe-es3-apis"
             ]
+        },
+        {
+            "name": "Launch Build Validation (Chrome + webgl 1.0)",
+            "type": "chrome",
+            "request": "launch",
+            "url": "http://localhost:1338/tests/validation/index.html",
+            "webRoot": "${workspaceRoot}/",
+            "sourceMaps": true,
+            "preLaunchTask": "run",
+            "userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
+            "runtimeArgs": [
+                "--disable-es3-apis"
+            ]
         }
     ]
 }

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 2145 - 2145
dist/preview release/babylon.d.ts