Type Definition vulkan_bindings::FnCreateBufferView

source ·
pub type FnCreateBufferView = extern "system" fn(device: Device, pCreateInfo: *const BufferViewCreateInfo, pAllocator: *const AllocationCallbacks, pView: *mut BufferView) -> Result;