Type Definition vulkan_bindings::FnCmdBlitImage

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