Type Definition vulkan_bindings::FnCmdBlitImage[][src]

pub type FnCmdBlitImage = extern "system" fn(commandBuffer: CommandBuffer, srcImage: Image, srcImageLayout: ImageLayout, dstImage: Image, dstImageLayout: ImageLayout, regionCount: u32, pRegions: *const ImageBlit, filter: Filter);