ashshadercreator
A library for easy to way automatically create multiple shader stages from the directory path.
```rust
use ash::Device;
use std::path::Path;
let shaderstagescreateinfo: Vec =
ShaderStage::new(&device, &Path::new("examplepath/compiledshaders"))
.withshaderstageflags(shaderstageflags)
.build();
```
What the library can do?
- [x] Supports GLSL
- [ ] Supports HLSL
- [ ] Creating shaders from multiple directories