Struct ash::vk::KhrExternalSemaphoreCapabilitiesFn [−][src]
pub struct KhrExternalSemaphoreCapabilitiesFn {
pub get_physical_device_external_semaphore_properties_khr: extern "system" fn(physical_device: PhysicalDevice, p_external_semaphore_info: *const PhysicalDeviceExternalSemaphoreInfo, p_external_semaphore_properties: *mut ExternalSemaphoreProperties) -> c_void,
}Fields
get_physical_device_external_semaphore_properties_khr: extern "system" fn(physical_device: PhysicalDevice, p_external_semaphore_info: *const PhysicalDeviceExternalSemaphoreInfo, p_external_semaphore_properties: *mut ExternalSemaphoreProperties) -> c_voidImplementations
pub unsafe fn get_physical_device_external_semaphore_properties_khr(
&self,
physical_device: PhysicalDevice,
p_external_semaphore_info: *const PhysicalDeviceExternalSemaphoreInfo,
p_external_semaphore_properties: *mut ExternalSemaphoreProperties
) -> c_void
pub unsafe fn get_physical_device_external_semaphore_properties_khr(
&self,
physical_device: PhysicalDevice,
p_external_semaphore_info: *const PhysicalDeviceExternalSemaphoreInfo,
p_external_semaphore_properties: *mut ExternalSemaphoreProperties
) -> c_void
Trait Implementations
Auto Trait Implementations
impl Unpin for KhrExternalSemaphoreCapabilitiesFn
Blanket Implementations
Mutably borrows from an owned value. Read more