A library for easy to way automatically create multiple shader stages from the directory path.
```rust use ash::Device; use std::path::Path;
let shaderstageflags = PipelineShaderStageCreateFlags::RESERVED2NV | PipelineShaderStageCreateFlags::ALLOWVARYINGSUBGROUPSIZEEXT;
let shaderstagescreateinfo: Vec
For today, library can creates only shader stages from compiled shaders that have:
- For the GLSL: