pub type PFN_vkCreateDescriptorPool = Option<unsafe extern "C" fn(device: VkDevice, pCreateInfo: *const VkDescriptorPoolCreateInfo, pAllocator: *const VkAllocationCallbacks, pDescriptorPool: *mut VkDescriptorPool) -> VkResult>;Aliased Type§
pub enum PFN_vkCreateDescriptorPool {
None,
Some(unsafe extern "C" fn(Handle<DeviceT>, *const VkDescriptorPoolCreateInfo, *const VkAllocationCallbacks, *mut Handle<DescriptorPoolT>) -> VkResult),
}Variants§
None
No value.
Some(unsafe extern "C" fn(Handle<DeviceT>, *const VkDescriptorPoolCreateInfo, *const VkAllocationCallbacks, *mut Handle<DescriptorPoolT>) -> VkResult)
Some value of type T.