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

TVkRenderPassCreateInfo2

Declaration

Source position: vulkanlib.pas line 12965

type TVkRenderPassCreateInfo2 = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  flags: TVkRenderPassCreateFlags;

  

  attachmentCount: TVkUInt32;

  

  pAttachments: PVkAttachmentDescription2;

  

  subpassCount: TVkUInt32;

  

  pSubpasses: PVkSubpassDescription2;

  

  dependencyCount: TVkUInt32;

  

  pDependencies: PVkSubpassDependency2;

  

  correlatedViewMaskCount: TVkUInt32;

  

  pCorrelatedViewMasks: PVkUInt32;

  

end;



CT Web help

CodeTyphon Studio