You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.
The problem is rusts borrow system doesn't make a lot of sense for compute shaders because they are executed in isolation, at least how they are currently implemented in rlsl.
It is most likely UB if you access elements outside of your local workgroup.
The text was updated successfully, but these errors were encountered:
MaikKlein
changed the title
Make array access save
Make compute shaders save
Jun 20, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The problem is rusts borrow system doesn't make a lot of sense for compute shaders because they are executed in isolation, at least how they are currently implemented in rlsl.
It is most likely UB if you access elements outside of your local workgroup.
The text was updated successfully, but these errors were encountered: