upgraded to 0.7.0

This commit is contained in:
2021-02-14 14:37:58 -08:00
parent a7c74fc47e
commit 60ab3bebd8
4 changed files with 109 additions and 86 deletions

View File

@@ -50,6 +50,7 @@ pub struct RangeCopy<Idx> {
pub struct Mesh {
pub index_buffer: Arc<Buffer>,
pub index_count: usize,
pub index_format: wgpu::IndexFormat,
pub vertex_buffer: Arc<Buffer>,
pub uniform_buffer: Arc<Buffer>,
pub bind_group: Arc<BindGroup>,