Type Definition vulkan_bindings::FnCmdCopyBuffer[][src]

pub type FnCmdCopyBuffer = extern "system" fn(commandBuffer: CommandBuffer, srcBuffer: Buffer, dstBuffer: Buffer, regionCount: u32, pRegions: *const BufferCopy);