Commit 15ae894
Update BabylonNative to latest commit (887a044) (#715)
Update BabylonNative commit reference to pick up the fix for null
dereference on error in iOS CameraDevice (BabylonJS/BabylonNative#1649).
The error variable passed to newRenderPipelineStateWithDescriptor may
be nil even when the call fails. The new commit guards against
dereferencing nil when building the error message string.
Also includes:
- MSVC /MP multiprocessor build flag (BabylonJS/BabylonNative#1644)
- bgfx update for x86 crash fix (BabylonJS/BabylonNative#1643)
- Crash dump collection on all CI platforms (BabylonJS/BabylonNative#1641)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 083ea5e commit 15ae894
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
0 commit comments