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