Skip to content

Update wgpu to 27#157

Merged
grovesNL merged 1 commit intogrovesNL:mainfrom
mfluehr:patch-1
Oct 8, 2025
Merged

Update wgpu to 27#157
grovesNL merged 1 commit intogrovesNL:mainfrom
mfluehr:patch-1

Conversation

@mfluehr
Copy link
Contributor

@mfluehr mfluehr commented Oct 7, 2025

No description provided.

@mfluehr
Copy link
Contributor Author

mfluehr commented Oct 7, 2025

I get this error when running cargo bench, not sure why.

thread 'main' panicked at benches/state.rs:43:10:
called `Result::unwrap()` on an `Err` value: RequestDeviceError { inner: Core(ExperimentalFeaturesNotEnabled(Features { features_wgpu: FeaturesWGPU(EXPERIMENTAL_PASSTHROUGH_SHADERS), features_webgpu: FeaturesWebGPU(0x0) })) }
stack backtrace:
   0:     0x5654ad5a0b52 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
   1:     0x5654ad5cc813 - core::fmt::write::h8a494366950f23bb
   2:     0x5654ad59c9f3 - std::io::Write::write_fmt::h6556609fca33d0b1
   3:     0x5654ad5a09a2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
   4:     0x5654ad5a2543 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
   5:     0x5654ad5a2325 - std::panicking::default_hook::h2c66fc99e962531d
   6:     0x5654ad5a2f55 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
   7:     0x5654ad5a2cea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
   8:     0x5654ad5a1059 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
   9:     0x5654ad5a297d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
  10:     0x5654ad5c9b60 - core::panicking::panic_fmt::h62f63d096dd276af
  11:     0x5654ad5c9f86 - core::result::unwrap_failed::h95bc3f5a607b2c95
  12:     0x5654acf2a919 - prepare::state::State::new::hcb65400841044b87
  13:     0x5654acf2f084 - prepare::main::h409190271bd1538e
  14:     0x5654acf2b2d3 - std::sys::backtrace::__rust_begin_short_backtrace::h259e07562a93c530
  15:     0x5654acf20a09 - std::rt::lang_start::{{closure}}::hb8ed51287a858741
  16:     0x5654ad5951b0 - std::rt::lang_start_internal::h34f9328d113fd60a
  17:     0x5654acf2fe65 - main
  18:     0x7fee51c27675 - <unknown>
  19:     0x7fee51c27729 - __libc_start_main
  20:     0x5654acef7e75 - _start
  21:                0x0 - <unknown>
error: bench failed, to rerun pass `--bench prepare`

Copy link
Owner

@grovesNL grovesNL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! I'll follow-up on the bench fix afterwards, it's unrelated and caused by passing all of the adapter features/limits.

@grovesNL grovesNL merged commit de4b5b8 into grovesNL:main Oct 8, 2025
1 check passed
@mfluehr mfluehr deleted the patch-1 branch October 8, 2025 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants