gpuweb icon indicating copy to clipboard operation
gpuweb copied to clipboard

Link features, constraints for shader stages

Open dj2 opened this issue 3 years ago • 1 comments

In 9.1. Shader Stages we say:

Each shader stage has its own set of features and constraints, described elsewhere.

It would be useful if the described elsewhere were links to the relevant sections of the specification.

dj2 avatar Jul 20 '22 03:07 dj2

Also, think about pulling constraints together. E.g.

  • vertex shader must have a builtin position output, but that rule is in Function restrictions section
  • compute shader must not have user-defined inputs or outputs; that rule is in 9.3.1.2

dneto0 avatar Jul 29 '22 21:07 dneto0