Skip to content

Commit

Permalink
Upgrading the BabylonNative submodule (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoPrez authored Aug 29, 2022
1 parent 3cd9112 commit fb054db
Showing 1 changed file with 1 addition and 1 deletion.
Submodule BabylonNative updated 29 files
+0 −6 .github/jobs/android.yml
+1 −1 Apps/Playground/Android/app/build.gradle
+1 −1 Apps/Playground/CMakeLists.txt
+20 −7 Apps/Playground/Scripts/experience.js
+1 −1 Apps/ValidationTests/Android/app/build.gradle
+1 −1 Apps/ValidationTests/CMakeLists.txt
+1 −0 Dependencies/AndroidExtensions/Include/AndroidExtensions/JavaWrappers.h
+8 −0 Dependencies/AndroidExtensions/Source/JavaWrappers.cpp
+1 −0 Plugins/ExternalTexture/CMakeLists.txt
+9 −1 Plugins/ExternalTexture/Include/Babylon/Plugins/ExternalTexture.h
+98 −0 Plugins/ExternalTexture/Source/ExternalTexture_Base.h
+31 −45 Plugins/ExternalTexture/Source/ExternalTexture_D3D11.cpp
+27 −45 Plugins/ExternalTexture/Source/ExternalTexture_D3D12.cpp
+24 −45 Plugins/ExternalTexture/Source/ExternalTexture_Metal.mm
+10 −23 Plugins/ExternalTexture/Source/ExternalTexture_OpenGL.cpp
+38 −2 Plugins/ExternalTexture/Source/ExternalTexture_Shared.h
+143 −23 Plugins/NativeCamera/Source/Android/NativeCameraImpl.cpp
+16 −4 Plugins/NativeCamera/Source/Android/NativeCameraImpl.h
+6 −1 Plugins/NativeCamera/Source/Apple/NativeCameraImpl.h
+212 −44 Plugins/NativeCamera/Source/Apple/NativeCameraImpl.mm
+10 −16 Plugins/NativeCamera/Source/NativeVideo.cpp
+6 −4 Plugins/NativeCamera/Source/NativeVideo.h
+2 −1 Plugins/NativeCamera/Source/UWP/NativeCameraImpl.cpp
+6 −1 Plugins/NativeCamera/Source/UWP/NativeCameraImpl.h
+2 −1 Plugins/NativeCamera/Source/Unix/NativeCameraImpl.cpp
+6 −1 Plugins/NativeCamera/Source/Unix/NativeCameraImpl.h
+2 −1 Plugins/NativeCamera/Source/Win32/NativeCameraImpl.cpp
+6 −1 Plugins/NativeCamera/Source/Win32/NativeCameraImpl.h
+5 −18 azure-pipelines.yml

0 comments on commit fb054db

Please sign in to comment.