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

entry: apply NonWritable to read-only StorageBuffers. #1011

Merged
merged 2 commits into from
Apr 4, 2023

Conversation

eddyb
Copy link
Contributor

@eddyb eddyb commented Mar 20, 2023

This PR applies NonWritable to #[spirv(storage_buffer)] x: &T (if T doesn't have interior mutability).

@eddyb eddyb force-pushed the non-writable branch 2 times, most recently from c9b8015 to 1d27635 Compare April 4, 2023 00:35
@eddyb eddyb marked this pull request as ready for review April 4, 2023 02:15
@eddyb eddyb enabled auto-merge (rebase) April 4, 2023 02:15
@eddyb eddyb merged commit 11a2fe7 into EmbarkStudios:main Apr 4, 2023
@eddyb eddyb deleted the non-writable branch April 4, 2023 02:51
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.

Support for NonReadable, NonWritable
2 participants