1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

replace webgpu detection workaround for linux chrome with wgpu::util::new_instance_with_webgpu_detection

This commit is contained in:
Andreas Reich
2024-10-30 18:17:08 +01:00
parent 988e1765d0
commit ea4ecab422
2 changed files with 7 additions and 56 deletions

View File

@@ -19,7 +19,7 @@ WASM_OPT_FLAGS="-O2 --fast-math"
while test $# -gt 0; do
case "$1" in
-h|--help)
echo "build_demo_web.sh [--release] [--webgpu] [--open]"
echo "build_demo_web.sh [--release] [--wgpu] [--open]"
echo ""
echo " -g: Keep debug symbols even with --release."
echo " These are useful profiling and size trimming."