Type Definition erupt::vk1_0::PFN_vkCreateBuffer

source ·
pub type PFN_vkCreateBuffer = unsafe extern "system" fn(device: Device, p_create_info: *const BufferCreateInfo, p_allocator: *const AllocationCallbacks, p_buffer: *mut Buffer) -> Result;
Expand description

Vulkan Manual Page · Function