Struct vk_sys::SemaphoreCreateInfo [] [src]

#[repr(C)]
pub struct SemaphoreCreateInfo { pub sType: StructureType, pub pNext: *const c_void, pub flags: SemaphoreCreateFlags, }

Fields