pub type PFN_vkCreateQueryPool = Option<unsafe extern "system" fn(device: VkDevice, pCreateInfo: *const VkQueryPoolCreateInfo, pAllocator: *const VkAllocationCallbacks, pQueryPool: *mut VkQueryPool) -> VkResult>;
Aliased Type§
pub enum PFN_vkCreateQueryPool {
None,
Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkQueryPoolCreateInfo, *const VkAllocationCallbacks, *mut *mut VkQueryPool_T) -> i32),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkQueryPoolCreateInfo, *const VkAllocationCallbacks, *mut *mut VkQueryPool_T) -> i32)
Some value of type T
.