Struct ash::extensions::ext::FullScreenExclusive   
source · pub struct FullScreenExclusive { /* private fields */ }Implementations§
source§impl FullScreenExclusive
 
impl FullScreenExclusive
pub fn new(instance: &Instance, device: &Device) -> Self
sourcepub unsafe fn acquire_full_screen_exclusive_mode(
    &self,
    swapchain: SwapchainKHR
) -> VkResult<()>
 
pub unsafe fn acquire_full_screen_exclusive_mode( &self, swapchain: SwapchainKHR ) -> VkResult<()>
sourcepub unsafe fn get_physical_device_surface_present_modes2(
    &self,
    physical_device: PhysicalDevice,
    surface_info: &PhysicalDeviceSurfaceInfo2KHR
) -> VkResult<Vec<PresentModeKHR>>
 
pub unsafe fn get_physical_device_surface_present_modes2( &self, physical_device: PhysicalDevice, surface_info: &PhysicalDeviceSurfaceInfo2KHR ) -> VkResult<Vec<PresentModeKHR>>
sourcepub unsafe fn release_full_screen_exclusive_mode(
    &self,
    swapchain: SwapchainKHR
) -> VkResult<()>
 
pub unsafe fn release_full_screen_exclusive_mode( &self, swapchain: SwapchainKHR ) -> VkResult<()>
sourcepub unsafe fn get_device_group_surface_present_modes2(
    &self,
    surface_info: &PhysicalDeviceSurfaceInfo2KHR
) -> VkResult<DeviceGroupPresentModeFlagsKHR>
 
pub unsafe fn get_device_group_surface_present_modes2( &self, surface_info: &PhysicalDeviceSurfaceInfo2KHR ) -> VkResult<DeviceGroupPresentModeFlagsKHR>
pub const fn name() -> &'static CStr
pub fn fp(&self) -> &ExtFullScreenExclusiveFn
pub fn device(&self) -> Device
Trait Implementations§
source§impl Clone for FullScreenExclusive
 
impl Clone for FullScreenExclusive
source§fn clone(&self) -> FullScreenExclusive
 
fn clone(&self) -> FullScreenExclusive
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more