Add swapchain (work in progress)
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 0s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 0s
This commit is contained in:
parent
caa79270db
commit
ee8b886aec
7 changed files with 139 additions and 13 deletions
|
@ -2,7 +2,7 @@ use ash::vk;
|
|||
use crate::vulkan::{VkInstance, VkPhysicalDevice};
|
||||
|
||||
pub struct VkDevice {
|
||||
handle: ash::Device,
|
||||
pub(crate) handle: ash::Device,
|
||||
queue_family_index: u32
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue