Struct vulkan_rs::VkExportSemaphoreCreateInfoKHX [] [src]

#[repr(C)]
pub struct VkExportSemaphoreCreateInfoKHX { pub sType: VkStructureType, pub pNext: *const c_void, pub handleTypes: VkExternalSemaphoreHandleTypeFlagsKHX, }

Structure specifying handle types that can be exported from a semaphore

Fields

the type of this structure

NULL or a pointer to an extension-specific structure

a bitmask of VkExternalSemaphoreHandleTypeFlagBitsKHX specifying one or more semaphore handle types the application can: export from the resulting allocation

Trait Implementations

impl Default for VkExportSemaphoreCreateInfoKHX
[src]

Returns the "default value" for a type. Read more