Type Definition vulkan_bindings::FnBindBufferMemory[][src]

pub type FnBindBufferMemory = extern "system" fn(device: Device, buffer: Buffer, memory: DeviceMemory, memoryOffset: DeviceSize) -> Result;