Introduce custom backend-specific primitives
This commit is contained in:
parent
8d65e40a11
commit
0ae1baa37b
28 changed files with 618 additions and 263 deletions
3
wgpu/src/primitive.rs
Normal file
3
wgpu/src/primitive.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pub type Primitive = crate::graphics::Primitive<Custom>;
|
||||
|
||||
pub type Custom = ();
|
||||
Loading…
Add table
Add a link
Reference in a new issue