Type Definition erupt::vk1_0::PFN_vkCreateBufferView[][src]

type PFN_vkCreateBufferView = unsafe extern "system" fn(device: Device, p_create_info: *const BufferViewCreateInfo, p_allocator: *const AllocationCallbacks, p_view: *mut BufferView) -> Result;

Vulkan Manual Page · Function