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

TVkSparseImageMemoryBind

Declaration

Source position: vulkanlib.pas line 8778

type TVkSparseImageMemoryBind = record

  subresource: TVkImageSubresource;

  

  offset: TVkOffset3D;

  

  extent: TVkExtent3D;

  

  memory: TVkDeviceMemory;

  

  memoryOffset: TVkDeviceSize;

  

  flags: TVkSparseMemoryBindFlags;

  

end;



CT Web help

CodeTyphon Studio