Type Definition vulkan_bindings::FnBindImageMemory[][src]

pub type FnBindImageMemory = extern "system" fn(device: Device, image: Image, memory: DeviceMemory, memoryOffset: DeviceSize) -> Result;