Type Definition vulkan_bindings::FnBindImageMemory2

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