mirror of
https://github.com/guilhermewerner/wgpu-renderer
synced 2025-06-19 23:34:20 +00:00
Initial wgpu abstraction
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
use super::VertexBufferLayout;
|
||||
|
||||
pub trait Vertex {
|
||||
fn GetDescriptor<'a>() -> wgpu::VertexBufferLayout<'a>;
|
||||
fn GetLayout() -> VertexBufferLayout;
|
||||
}
|
||||
|
Reference in New Issue
Block a user