Export triangle to external scene
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 1s

This commit is contained in:
Florian RICHER 2024-11-27 22:16:26 +01:00
parent 4b08b7359d
commit 7b5cae8322
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
18 changed files with 121 additions and 65 deletions

View file

@ -6,7 +6,7 @@ use std::sync::Arc;
pub struct VkCommandPool {
device: Arc<VkDevice>,
pub(super) handle: vk::CommandPool,
pub handle: vk::CommandPool,
}
impl VkCommandPool {