-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Migrated] spirv-std/Image!
should expose AccessQualifier
.
#69
Comments
Comment from eddyb (CONTRIBUTOR) on 2024-01-31T13:58:30Z Oh I'm really sorry I haven't checked what SPIR-V's "Access Qualifier" is. That is, this is an OpenCL feature, not a Vulkan one, and The Vulkan feature is It does seem weird to put it in the attribute in the It may be possible to pretend that it is a parameter on image types, or even reuse the (cc @Algorhythm-sxv - sorry you ended up implementing a different feature that the needed one) |
Comment from Algorhythm-sxv on 2024-01-31T15:21:47Z @eddyb is there a workaround to allow use of a wgpu |
Comment from eddyb (CONTRIBUTOR) on 2024-01-31T17:06:55Z This is the relevant part of my message:
We currently support toggling
In theory, we could do it for images based on There's two possible paths, as I see it:
|
Issue automatically imported from old repo: EmbarkStudios/rust-gpu#1097
Old labels: t: enhancement
Originally creatd by FishArmy100 on 2023-11-11T19:28:09Z 👍: 1
I think it would be beneficial to expose the
AccessQualifier
in theImage!
macro, as at least forwgpu
,ReadWrite
andReadOnly
storage textures are only supported on native platforms. So, it would be benificial forImage
s allow forWriteOnly
.The text was updated successfully, but these errors were encountered: