Skip to content

Commit 8fd08ed

Browse files
update README.md
1 parent 89ca21f commit 8fd08ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ Check out the superior diagnostics [here](EXAMPLE_ERRORS.md)
1919

2020
### Known limitations
2121
* Does not support preprocessor directives
22+
* Does support `#version` and `#extension` though.
2223
* Does not handle new-line termination with the backslack character `\`
2324
* 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.
2426

2527
### Possible uses
2628
* Verify a shader without running it

0 commit comments

Comments
 (0)