Prepare for follow-on change

This commit is contained in:
Hanno Braun 2024-11-21 19:47:18 +01:00
parent 2e9a7af4d9
commit 08c57c37de

View File

@ -90,7 +90,7 @@ impl Uniforms {
}
}
trait Vertex {
pub trait Vertex {
const ATTRIBUTES: &[wgpu::VertexAttribute];
}