Export triangle to external scene
This commit is contained in:
parent
4b08b7359d
commit
7b5cae8322
18 changed files with 121 additions and 65 deletions
|
@ -5,7 +5,7 @@ use std::sync::Arc;
|
|||
pub struct VkSemaphore {
|
||||
device: Arc<VkDevice>,
|
||||
|
||||
pub(super) handle: vk::Semaphore,
|
||||
pub handle: vk::Semaphore,
|
||||
}
|
||||
|
||||
impl VkSemaphore {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue