We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadb84c commit 81e4448Copy full SHA for 81e4448
env/validation_rules.asciidoc
@@ -32,12 +32,9 @@ For all *OpTypeImage* type-declaration instructions:
32
* _Image Format_ must be *Unknown*, indicating that the image does not
33
have a specified format.
34
* The optional image _Access Qualifier_ must be present.
35
-
36
-The image write instruction *OpImageWrite* must not include any optional
37
-_Image Operands_.
38
39
-The image read instructions *OpImageRead* and *OpImageSampleExplicitLod*
40
-must not include the optional _Image Operand_ *ConstOffset*.
+For all image read and write instructions, if an optional _Image Operand_ is
+present, then it must not include *ConstOffset*.
41
42
For all *Atomic Instructions*:
43
0 commit comments