Skip to content
Discussion options

You must be logged in to vote

You'd use it like you would with any other Vulkan extension wrapper provided by ash: initialize the function-pointer wrapper, and call the high-level function on it:

let fullscreen_exclusive = ash::ext::full_screen_exclusive::Device::new(&instance, &device);
fullscreen_exclusive.acquire_full_screen_exclusive_mode(swapchain);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Zerowalker
Comment options

Answer selected by Zerowalker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants