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