render: implement a vulkan renderer
This commit is contained in:
parent
4ba8550da8
commit
cf332e8436
66 changed files with 4287 additions and 239 deletions
|
|
@ -2,6 +2,7 @@
|
|||
c_variadic, // https://github.com/rust-lang/rust/issues/44930
|
||||
thread_local, // https://github.com/rust-lang/rust/issues/29594
|
||||
extern_types, // https://github.com/rust-lang/rust/issues/43467
|
||||
c_str_literals, // https://github.com/rust-lang/rust/issues/105723
|
||||
)]
|
||||
#![allow(
|
||||
clippy::len_zero,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue