Type Definition vulkanalia_sys::PFN_vkCreateBufferView[][src]

type PFN_vkCreateBufferView = unsafe extern "system" fn(_device: Device, _create_info: *const BufferViewCreateInfo, _allocator: *const AllocationCallbacks, _view: *mut BufferView) -> Result;