Skip to content

Commit

Permalink
Disable Vulkan support on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Feb 21, 2024
1 parent 71138a1 commit 141f68a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/scripts/build-filament.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ echo "Preparing desktop tools for macOS... (matc, resgen, etc)"
echo "Building Filament for iOS and Android ($target)..."
# -p = platforms
# -s = iOS simulator support
./build.sh -p ios,android -i "$target" -s
# -v = Disable Vulkan support on Android (we only need OpenGL)
./build.sh -p ios,android -v -i "$target" -s

echo "Done!"

0 comments on commit 141f68a

Please sign in to comment.