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

TVkImageToMemoryCopyEXT

Declaration

Source position: vulkanlib.pas line 17289

type TVkImageToMemoryCopyEXT = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  pHostPointer: PVkVoid;

  

  memoryRowLength: TVkUInt32;

  

  memoryImageHeight: TVkUInt32;

  

  imageSubresource: TVkImageSubresourceLayers;

  

  imageOffset: TVkOffset3D;

  

  imageExtent: TVkExtent3D;

  

end;



CT Web help

CodeTyphon Studio