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
|
@ -11,8 +11,8 @@ use std::fmt::{Display, Formatter};
|
|||
use winit::raw_window_handle::{HasDisplayHandle, HasWindowHandle};
|
||||
|
||||
pub struct VkInstance {
|
||||
entry: Entry,
|
||||
handle: Instance,
|
||||
pub(super) entry: Entry,
|
||||
pub(super) handle: Instance,
|
||||
}
|
||||
|
||||
impl VkInstance {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue