| conv.rs |
|
7788 |
| features.rs |
with extension |
29078 |
| keywords.rs |
|
13745 |
| mod.rs |
!
Backend for [GLSL][glsl] (OpenGL Shading Language).
The main structure is [`Writer`], it maintains internal state that is used
to output a [`Module`](crate::Module) into glsl
# Supported versions
### Core
- 330
- 400
- 410
- 420
- 430
- 450
### ES
- 300
- 310
[glsl]: https://www.khronos.org/registry/OpenGL/index_gl.php
|
22139 |
| writer.rs |
|
200264 |