Skip to content
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

feat: added image access qualifier, fixes #28 #30

Closed
wants to merge 6 commits into from

Conversation

schell
Copy link
Contributor

@schell schell commented Oct 11, 2024

This adds the ability to specify the image access qualifier from the Image! macro, or from the Image type variables themselves.

Fixes #28 .

@schell schell force-pushed the feature/image-access-qualifier branch from 73a6755 to c9ba1f7 Compare October 11, 2024 04:00
@schell
Copy link
Contributor Author

schell commented Oct 11, 2024

I just have a few tests to fix up.

@schell schell marked this pull request as ready for review October 11, 2024 21:37
@schell schell requested review from Firestar99, LegNeato and eddyb and removed request for eddyb, fornwall and LegNeato October 11, 2024 21:38
@@ -420,6 +435,20 @@ mod params {
use super::*;
use proc_macro2::TokenStream;

pub fn image_access_from_str(s: &str) -> Result<AccessQualifier, &'static str> {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Any reason to not use TryFrom instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just that this is a smaller diff and it follows the style that's already in the module.

@LegNeato
Copy link
Collaborator

I'm on my phone so I may have missed it, but I can't find where a test actually uses it?

@schell
Copy link
Contributor Author

schell commented Oct 12, 2024

@LegNeato thanks for looking. After running with this in my pipeline, it doesn't fix the problem I was trying to solve. I think I understand now what @eddyb was saying when he said that AccessQualifier is Kernel only, and doesn't apply to shaders.

So, I'm not sure these changes are warranted.

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.

Add AccessQualifier to Image
2 participants