A library for easy to way automatically create multiple shader stages from the directory path.
```rust use ash::{Device, PipelineShaderStageCreateFlags, PipelineShaderStageCreateInfo}; use std::path::Path;
let shaderstageflags = PipelineShaderStageCreateFlags::RESERVED2NV | PipelineShaderStageCreateFlags::ALLOWVARYINGSUBGROUPSIZEEXT;
let shaderstagescreateinfo: Vec
For today, library can creates only shader stages from the names of compiled shaders that have:
- For the GLSL:
Discord: Жоржик#1991