Forráskód Böngészése

Add validation for webgl1

David Catuhe 7 éve
szülő
commit
925a57721f
2 módosított fájl, 2158 hozzáadás és 2145 törlés
  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"
+            ]
         }
     ]
 }

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 2145 - 2145
dist/preview release/babylon.d.ts