ash::vk

Type Alias 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;