Skip to content

Commit

Permalink
Add missing "not" to 04917 (#2229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rua committed Sep 28, 2023
1 parent 0df82fe commit c6fc410
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appendices/spirvenv.adoc
Expand Up @@ -344,9 +344,9 @@ or knowledge of runtime information, such as enabled features.
The code:Location decorations must: be used on
<<interfaces-iointerfaces-user,user-defined variables>>
* [[VUID-{refpage}-Location-04917]]
If a <<interfaces-iointerfaces-user,user-defined variable>> is a pointer
to a code:Block decorated code:OpTypeStruct, then the code:OpVariable
must: have a code:Location decoration
If a <<interfaces-iointerfaces-user,user-defined variable>> is not a
pointer to a code:Block decorated code:OpTypeStruct, then the
code:OpVariable must: have a code:Location decoration
* [[VUID-{refpage}-Location-04918]]
If a <<interfaces-iointerfaces-user,user-defined variable>> has a
code:Location decoration, and the variable is a pointer to a
Expand Down

0 comments on commit c6fc410

Please sign in to comment.