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

TVkPhysicalDeviceHostImageCopyProperties

Declaration

Source position: vulkanlib.pas line 18286

type TVkPhysicalDeviceHostImageCopyProperties = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  copySrcLayoutCount: TVkUInt32;

  

  pCopySrcLayouts: PVkImageLayout;

  

  copyDstLayoutCount: TVkUInt32;

  

  pCopyDstLayouts: PVkImageLayout;

  

  optimalTilingLayoutUUID: array [0..VK_UUID_SIZE-1] of TVkUInt8;

  

  identicalMemoryTypeRequirements: TVkBool32;

  

end;



CT Web help

CodeTyphon Studio