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

TVkAttachmentDescription2

Declaration

Source position: vulkanlib.pas line 12890

type TVkAttachmentDescription2 = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  flags: TVkAttachmentDescriptionFlags;

  

  format: TVkFormat;

  

  samples: TVkSampleCountFlagBits;

  

  loadOp: TVkAttachmentLoadOp;

  

  storeOp: TVkAttachmentStoreOp;

  

  stencilLoadOp: TVkAttachmentLoadOp;

  

  stencilStoreOp: TVkAttachmentStoreOp;

  

  initialLayout: TVkImageLayout;

  

  finalLayout: TVkImageLayout;

  

end;



CT Web help

CodeTyphon Studio