Begin implement Vertex
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 4m25s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 4m25s
This commit is contained in:
parent
84666db1d8
commit
a1961cff05
10 changed files with 105 additions and 18 deletions
|
@ -39,3 +39,7 @@ pub use vk_fence::VkFence;
|
|||
|
||||
mod utils;
|
||||
mod vertex;
|
||||
mod vk_buffer;
|
||||
pub use vk_buffer::VkBuffer;
|
||||
|
||||
pub use vertex::Vertex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue