wgpu_types::Features::SHADER_INT64_ATOMIC_ALL_OPS
should also request shader_shared_int64_atomics
#5784
Labels
I missed this reviewing #5383, but in
PhysicalDeviceFeatures::from_extensions_and_requested_features
inwgpu-hal/src/vulkan/adapter.rs
, when we populateshader_atomic_int64
, we should set bothshader_buffer_int64_atomics
andshader_shared_int64_atomics
, since we require both inPhysicalDeviceFeatures::to_wgpu
.cc @atlv24 @teoxoy
The text was updated successfully, but these errors were encountered: