vulkan: Move allocate to command pool
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 1s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 1s
This commit is contained in:
parent
a669247406
commit
4b08b7359d
3 changed files with 24 additions and 11 deletions
|
@ -1 +1,7 @@
|
|||
pub mod vulkan;
|
||||
use ash::vk;
|
||||
|
||||
pub mod vulkan;
|
||||
|
||||
pub trait Renderable {
|
||||
fn render(device: &vulkan::VkDevice, command_buffer: vk::CommandBuffer);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue