aluminium 0.1.0

vulkan-based graphics engine
1
2
3
4
5

pub struct RenderTarget {
    pub format: TextureFormat,
    pub resolution: Resolution
}