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 89ca21f commit 8fd08edCopy full SHA for 8fd08ed
README.md
@@ -19,8 +19,10 @@ Check out the superior diagnostics [here](EXAMPLE_ERRORS.md)
19
20
### Known limitations
21
* Does not support preprocessor directives
22
+ * Does support `#version` and `#extension` though.
23
* Does not handle new-line termination with the backslack character `\`
24
* Not all of GLSL is supported, if you run into a missing feature open an issue.
25
+ * None of the builtin functions or variables are provided, you must provide those yourself.
26
27
### Possible uses
28
* Verify a shader without running it
0 commit comments