reverie-engine 0.6.1

A toy game engine
Documentation
1
2
3
4
pub trait VertexLayout {
    /// 頂点バッファのレイアウト
    const DESC: wgpu::VertexBufferLayout<'static>;
}