Support floating-point atomics #1020
Labels
area: api
Issues related to API surface
help required
We need community help to make this happen.
type: enhancement
New feature or request
Is your feature request related to a problem? Please describe.
See gfx-rs/wgpu-rs#564
Describe the solution you'd like
A native-only
Feature
corresponding to VK_EXT_shader_atomic_float Vulkan extension.We also need to be better at validating SPIR-V capabilities.
Describe alternatives you've considered
Enabling this feature everywhere where it's available. This would be unfortunate, since it would harm portability.
Additional context
First, an investigation needs to be done to determine the platform support for this extension on different APIs.
Second, gfx-rs changes need to be done to enable it. Only then we can expose a feature here.
The text was updated successfully, but these errors were encountered: