Type Alias ash::vk::PFN_vkInternalAllocationNotification
source · pub type PFN_vkInternalAllocationNotification = Option<unsafe extern "system" fn(p_user_data: *mut c_void, size: usize, allocation_type: InternalAllocationType, allocation_scope: SystemAllocationScope)>;
Expand description
Aliased Type§
enum PFN_vkInternalAllocationNotification {
None,
Some(unsafe extern "system" fn(_: *mut c_void, _: usize, _: InternalAllocationType, _: SystemAllocationScope)),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut c_void, _: usize, _: InternalAllocationType, _: SystemAllocationScope))
Some value of type T
.