Struct ash::extensions::khr::Win32Surface [−][src]
pub struct Win32Surface { /* fields omitted */ }
Implementations
pub unsafe fn create_win32_surface(
&self,
create_info: &Win32SurfaceCreateInfoKHR,
allocation_callbacks: Option<&AllocationCallbacks>
) -> VkResult<SurfaceKHR>
pub unsafe fn create_win32_surface(
&self,
create_info: &Win32SurfaceCreateInfoKHR,
allocation_callbacks: Option<&AllocationCallbacks>
) -> VkResult<SurfaceKHR>
pub unsafe fn get_physical_device_win32_presentation_support(
&self,
physical_device: PhysicalDevice,
queue_family_index: u32
) -> bool
pub unsafe fn get_physical_device_win32_presentation_support(
&self,
physical_device: PhysicalDevice,
queue_family_index: u32
) -> bool
<https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/vkGetPhysicalDeviceWin32PresentationSupportKHR.html
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Win32Surface
impl Send for Win32Surface
impl Sync for Win32Surface
impl Unpin for Win32Surface
impl UnwindSafe for Win32Surface
Blanket Implementations
Mutably borrows from an owned value. Read more