Type Definition vulkan_bindings::FnBindBufferMemory2

source ·
pub type FnBindBufferMemory2 = extern "system" fn(device: Device, bindInfoCount: u32, pBindInfos: *const BindBufferMemoryInfo) -> Result;