vkCreateBufferView

Function vkCreateBufferView 

Source
pub unsafe extern "system" fn vkCreateBufferView(
    device: VkDevice,
    pCreateInfo: *const VkBufferViewCreateInfo,
    pAllocator: *const VkAllocationCallbacks,
    pView: *mut VkBufferView,
) -> VkResult
Expand description

Available if built with exported_prototypes.