[][src]Type Definition ash::vk::PFN_vkCreateBufferView

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