Type Alias ash::vk::PFN_vkCreateBufferView

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