File tree
4 files changed
+26
-2
lines changed- Modules/@babylonjs
- react-native-iosandroid/submodules
- react-native-windows/windows/BabylonReactNative
4 files changed
+26
-2
lines changedSubmodule BabylonNative updated 49 files
- Apps/Playground/Android/app/build.gradle+5
- Apps/Playground/Android/build.gradle+1-1
- Apps/Playground/Android/gradle/wrapper/gradle-wrapper.properties+1-1
- Apps/Playground/Scripts/experience.js+25
- Apps/ValidationTests/Scripts/config.json+5-2
- Apps/package-lock.json+43-42
- Apps/package.json+4-4
- Core/Graphics/Include/Platform/Android/Babylon/Graphics/Platform.h+2
- Core/Graphics/Include/Platform/UWP/CoreWindow/Babylon/Graphics/Platform.h+2
- Core/Graphics/Include/Platform/UWP/SwapChainPanel/Babylon/Graphics/Platform.h+2
- Core/Graphics/Include/Platform/Unix/Babylon/Graphics/Platform.h+2
- Core/Graphics/Include/Platform/Win32/Babylon/Graphics/Platform.h+2
- Core/Graphics/Include/Platform/iOS/Babylon/Graphics/Platform.h+2
- Core/Graphics/Include/Platform/macOS/Babylon/Graphics/Platform.h+2
- Core/Graphics/Include/Shared/Babylon/Graphics/Device.h+4-2
- Core/Graphics/InternalInclude/Babylon/Graphics/DeviceContext.h+8-2
- Core/Graphics/InternalInclude/Babylon/Graphics/FrameBuffer.h+1-1
- Core/Graphics/InternalInclude/Babylon/Graphics/Texture.h+36-10
- Core/Graphics/InternalInclude/Babylon/Graphics/continuation_scheduler.h+2-1
- Core/Graphics/Source/Device.cpp+6
- Core/Graphics/Source/DeviceContext.cpp+2-2
- Core/Graphics/Source/DeviceImpl.cpp+11-2
- Core/Graphics/Source/DeviceImpl.h+2-1
- Core/Graphics/Source/Texture.cpp+111-6
- Core/JsRuntime/Include/Babylon/JsRuntime.h+1-1
- Dependencies/AndroidExtensions/Include/AndroidExtensions/JavaWrappers.h+26-3
- Dependencies/AndroidExtensions/Source/JavaWrappers.cpp+167-38
- Dependencies/bgfx.cmake+1-1
- Plugins/ChromeDevTools/Include/Babylon/Plugins/ChromeDevTools.h+4-2
- Plugins/ExternalTexture/Source/ExternalTexture_Shared.h+3-2
- Plugins/NativeCamera/Include/Babylon/Plugins/NativeCamera.h+4-2
- Plugins/NativeCamera/Source/Android/NativeCameraImpl.cpp+7-2
- Plugins/NativeCamera/Source/Android/NativeCameraImpl.h+3-2
- Plugins/NativeCamera/Source/Apple/NativeCameraImpl.h+2-1
- Plugins/NativeCamera/Source/Apple/NativeCameraImpl.mm+7-2
- Plugins/NativeCamera/Source/NativeCamera.cpp+2-2
- Plugins/NativeCamera/Source/NativeVideo.cpp+6-2
- Plugins/NativeCamera/Source/NativeVideo.h+2-2
- Plugins/NativeEngine/Source/IndexBuffer.h+3
- Plugins/NativeEngine/Source/NativeDataStream.h-2
- Plugins/NativeEngine/Source/NativeEngine.cpp+197-103
- Plugins/NativeEngine/Source/NativeEngine.h+1
- Plugins/NativeEngine/Source/VertexArray.h+4
- Plugins/NativeEngine/Source/VertexBuffer.h+5
- Plugins/NativeInput/Include/Babylon/Plugins/NativeInput.h+3-1
- Plugins/NativeXr/Include/Babylon/Plugins/NativeXr.h+5-1
- Polyfills/Canvas/Include/Babylon/Polyfills/Canvas.h+5-1
- Polyfills/Canvas/Source/Canvas.cpp+11-18
- Polyfills/Canvas/Source/Canvas.h+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
186 |
| - | |
| 186 | + | |
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
| 92 | + | |
92 | 93 |
| |
93 | 94 |
| |
94 | 95 |
| |
| |||
117 | 118 |
| |
118 | 119 |
| |
119 | 120 |
| |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
120 | 130 |
| |
121 | 131 |
| |
122 | 132 |
| |
| |||
236 | 246 |
| |
237 | 247 |
| |
238 | 248 |
| |
| 249 | + | |
239 | 250 |
| |
240 | 251 |
| |
241 | 252 |
| |
| |||
284 | 295 |
| |
285 | 296 |
| |
286 | 297 |
| |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
287 | 310 |
| |
288 | 311 |
| |
289 | 312 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
|
0 commit comments