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