Unit 'vulkanlib' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_vulkan]

TvkCmdBlitImage

Declaration

Source position: vulkanlib.pas line 20500

type TvkCmdBlitImage = procedure(

  commandBuffer: TVkCommandBuffer;

  srcImage: TVkImage;

  srcImageLayout: TVkImageLayout;

  dstImage: TVkImage;

  dstImageLayout: TVkImageLayout;

  regionCount: TVkUInt32;

  const pRegions: PVkImageBlit;

  filter: TVkFilter

);



CT Web help

CodeTyphon Studio