You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension uses [glslang](https://github.com/KhronosGroup/glslang), the Khronos Group's reference GLSL compiler to provide diagnostic informations (errors and warnings). It also grays out the unused functions, types and variables.
22
+
The extension uses [glslang](https://github.com/KhronosGroup/glslang), the Khronos Group's reference GLSL compiler to provide diagnostic informations (errors and warnings). It also grays out the unused functions, types and variables. Only available in the desktop version.
23
23
24
24

25
25
26
26
### Offline documentation
27
27
28
-
The extension uses [docs.gl](http://docs.gl) to provide the offline documentation for builtin variables and builtin functions.
28
+
The extension uses [docs.gl](http://docs.gl) to provide the offline documentation for builtin variables and builtin functions. Only available in the desktop version.
0 commit comments