Type Alias unity_native_plugin_sys::PFN_vkCreateBufferView

source ·
pub type PFN_vkCreateBufferView = Option<unsafe extern "system" fn(device: VkDevice, pCreateInfo: *const VkBufferViewCreateInfo, pAllocator: *const VkAllocationCallbacks, pView: *mut VkBufferView) -> VkResult>;

Aliased Type§

enum PFN_vkCreateBufferView {
    None,
    Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *const VkBufferViewCreateInfo, _: *const VkAllocationCallbacks, _: *mut *mut VkBufferView_T) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *const VkBufferViewCreateInfo, _: *const VkAllocationCallbacks, _: *mut *mut VkBufferView_T) -> i32)

Some value of type T.