Skip to content

Commit

Permalink
Add InstanceExtension and DeviceExtension traits
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Zhixing committed Apr 24, 2024
1 parent 660553c commit 30b251b
Show file tree
Hide file tree
Showing 6 changed files with 1,391 additions and 656 deletions.
1 change: 1 addition & 0 deletions ash-examples/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ use std::{
use ash::{
ext::debug_utils,
khr::{surface, swapchain},
prelude::*,
vk, Device, Entry, Instance,
};
use winit::{
Expand Down
1 change: 1 addition & 0 deletions ash-window/examples/winit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
//!
//! On instance extensions platform specific extensions need to be enabled.

use ash::prelude::*;
use ash::vk;
use std::error::Error;
use winit::{
Expand Down
Loading

0 comments on commit 30b251b

Please sign in to comment.