Struct ash::vk::KhrWin32SurfaceFn [−][src]
pub struct KhrWin32SurfaceFn { pub create_win32_surface_khr: extern "system" fn(instance: Instance, p_create_info: *const Win32SurfaceCreateInfoKHR, p_allocator: *const AllocationCallbacks, p_surface: *mut SurfaceKHR) -> Result, pub get_physical_device_win32_presentation_support_khr: extern "system" fn(physical_device: PhysicalDevice, queue_family_index: u32) -> Bool32, }
Fields
create_win32_surface_khr: extern "system" fn(instance: Instance, p_create_info: *const Win32SurfaceCreateInfoKHR, p_allocator: *const AllocationCallbacks, p_surface: *mut SurfaceKHR) -> Result
get_physical_device_win32_presentation_support_khr: extern "system" fn(physical_device: PhysicalDevice, queue_family_index: u32) -> Bool32
Implementations
pub unsafe fn create_win32_surface_khr(
&self,
instance: Instance,
p_create_info: *const Win32SurfaceCreateInfoKHR,
p_allocator: *const AllocationCallbacks,
p_surface: *mut SurfaceKHR
) -> Result
pub unsafe fn create_win32_surface_khr(
&self,
instance: Instance,
p_create_info: *const Win32SurfaceCreateInfoKHR,
p_allocator: *const AllocationCallbacks,
p_surface: *mut SurfaceKHR
) -> Result
pub unsafe fn get_physical_device_win32_presentation_support_khr(
&self,
physical_device: PhysicalDevice,
queue_family_index: u32
) -> Bool32
pub unsafe fn get_physical_device_win32_presentation_support_khr(
&self,
physical_device: PhysicalDevice,
queue_family_index: u32
) -> Bool32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KhrWin32SurfaceFn
impl Unpin for KhrWin32SurfaceFn
impl UnwindSafe for KhrWin32SurfaceFn
Blanket Implementations
Mutably borrows from an owned value. Read more