KhronosGroup / KhronosGroup/glslang
glslang places the Restrict decoration on structure members
Open
bug
GLSL/ESSL
SPIR-V
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 989
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 31
Description
This is not allowed by the SPIR-V spec. The spec for **Restrict** says:
> Apply to a variable, to indicate the compiler may compile as if there is no aliasing. See the Aliasing section for more detail.
Contributor guide
Assessment
This issue has not been assessed yet.