Skip to content

Commit d0278b9

Browse files
authored
Update to Babylon.js packages to 5.49.2 which will enable async shader compilation (#1211)
1 parent 409bc4b commit d0278b9

File tree

3 files changed

+48
-46
lines changed

3 files changed

+48
-46
lines changed

Apps/ValidationTests/Scripts/config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
{
4646
"title": "Glow layer and LODs",
4747
"playgroundId": "#UNS6ZV#2",
48+
"renderCount": 5,
4849
"referenceImage": "glowlayerandlods.png"
4950
},
5051
{
@@ -207,6 +208,7 @@
207208
{
208209
"title": "Billboard",
209210
"playgroundId": "#UJEIL#13",
211+
"renderCount": 20,
210212
"referenceImage": "Billboard.png"
211213
},
212214
{

Apps/package-lock.json

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Apps/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"getNightly": "node scripts/getNightly.js"
77
},
88
"dependencies": {
9-
"babylonjs": "^5.48.1",
10-
"babylonjs-gui": "^5.48.1",
11-
"babylonjs-loaders": "^5.48.1",
12-
"babylonjs-materials": "^5.48.1",
9+
"babylonjs": "^5.49.2",
10+
"babylonjs-gui": "^5.49.2",
11+
"babylonjs-loaders": "^5.49.2",
12+
"babylonjs-materials": "^5.49.2",
1313
"chai": "^4.3.4",
1414
"jsc-android": "^241213.1.0",
1515
"mocha": "^9.2.2",

0 commit comments

Comments
 (0)