Skip to content

Commit

Permalink
Updating BabylonNative to the latest from master (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: Colton Presler <copres@DM1-CE-YOGA-3.northamerica.corp.microsoft.com>
  • Loading branch information
CoPrez and Colton Presler authored Nov 11, 2020
1 parent ef431d7 commit c9f2935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/@babylonjs/react-native/submodules/BabylonNative
Submodule BabylonNative updated 38 files
+1 −0 Apps/Playground/X11/App.cpp
+1 −4 Apps/ValidationTests/Win32/App.cpp
+1 −0 Apps/ValidationTests/X11/App.cpp
+6 −1 Core/AppRuntime/CMakeLists.txt
+5 −2 Core/AppRuntime/Include/Babylon/AppRuntime.h
+6 −2 Core/AppRuntime/Source/AppRuntime.cpp
+17 −0 Core/AppRuntime/Source/AppRuntimeAndroid.cpp
+0 −9 Core/AppRuntime/Source/AppRuntimeApple.cpp
+24 −0 Core/AppRuntime/Source/AppRuntimeApple.mm
+19 −0 Core/AppRuntime/Source/AppRuntimeUWP.cpp
+14 −0 Core/AppRuntime/Source/AppRuntimeUnix.cpp
+17 −0 Core/AppRuntime/Source/AppRuntimeWin32.cpp
+3 −2 Core/AppRuntime/Source/WorkQueue.cpp
+15 −4 Core/AppRuntime/Source/WorkQueue.h
+19 −6 Core/Graphics/Source/Graphics.cpp
+1 −1 Core/Graphics/Source/GraphicsImpl.h
+21 −2 Dependencies/AndroidExtensions/Include/AndroidExtensions/JavaWrappers.h
+56 −17 Dependencies/AndroidExtensions/Source/JavaWrappers.cpp
+9 −1 Dependencies/UrlLib/Source/Android/UrlRequest.cpp
+1 −0 Dependencies/UrlLib/Source/Unix/UrlRequest.cpp
+19 −4 Dependencies/napi/napi-direct/include/napi/napi-inl.h
+5 −0 Dependencies/napi/napi-direct/include/napi/napi.h
+8 −5 Dependencies/napi/napi-direct/source/js_native_api_v8.cc
+55 −288 Dependencies/napi/napi-jsi/include/napi/napi-inl.h
+21 −167 Dependencies/napi/napi-jsi/include/napi/napi.h
+2 −0 Dependencies/xr/CMakeLists.txt
+2 −2 Dependencies/xr/Include/XR.h
+4 −4 Dependencies/xr/Source/ARCore/XR.cpp
+32 −21 Dependencies/xr/Source/ARKit/XR.mm
+1 −1 Dependencies/xr/Source/OpenXR/Windows/XrPlatform.h
+5 −5 Dependencies/xr/Source/OpenXR/XR.cpp
+31 −29 Plugins/NativeEngine/Source/NativeEngine.cpp
+1 −0 Plugins/NativeEngine/Source/NativeEngine.h
+3 −3 Plugins/NativeEngine/Source/ShaderCompilerD3D.cpp
+19 −16 Plugins/NativeXr/Source/NativeXr.cpp
+9 −9 Polyfills/Window/Source/Window.cpp
+10 −8 Polyfills/XMLHttpRequest/Source/XMLHttpRequest.cpp
+29 −28 azure-pipelines.yml

0 comments on commit c9f2935

Please sign in to comment.