- Removed inefficient Vec on barrier structs in favor of slice references.
- Updated to ash 0.29.
- Minor optimizations.
- Rust 2018 Edition.
- Updated to ash 0.26
- Use default struct init from ash
- Made function pointer structs borrowed for performance
- Some minor cleanup
- Updated to ash 0.25 (Vulkan 1.1)
- Added support for NVX generated commands
- Added support for read-only depth/stencil + writeable depth/stencil
- Added Copy and Default traits to AccessType and ImageLayout
- Added Debug, Default, and Clone traits to GlobalBarrier, BufferBarrier, and ImageBarrier
- First release