Type Definition erupt::vk1_0::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;
Expand description

Vulkan Manual Page · Function