Parcourir la source

Add validation for webgl1

David Catuhe il y a 7 ans
Parent
commit
925a57721f
2 fichiers modifiés avec 2158 ajouts et 2145 suppressions
  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"
+            ]
         }
     ]
 }

Fichier diff supprimé car celui-ci est trop grand
+ 2145 - 2145
dist/preview release/babylon.d.ts