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

TVkImageCopy2

Declaration

Source position: vulkanlib.pas line 16419

type TVkImageCopy2 = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  srcSubresource: TVkImageSubresourceLayers;

  

  srcOffset: TVkOffset3D;

  

  dstSubresource: TVkImageSubresourceLayers;

  

  dstOffset: TVkOffset3D;

  

  extent: TVkExtent3D;

  

end;



CT Web help

CodeTyphon Studio