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

TVkSubpassDescription

Declaration

Source position: vulkanlib.pas line 9396

type TVkSubpassDescription = record

  flags: TVkSubpassDescriptionFlags;

  

  pipelineBindPoint: TVkPipelineBindPoint;

  

  inputAttachmentCount: TVkUInt32;

  

  pInputAttachments: PVkAttachmentReference;

  

  colorAttachmentCount: TVkUInt32;

  

  pColorAttachments: PVkAttachmentReference;

  

  pResolveAttachments: PVkAttachmentReference;

  

  pDepthStencilAttachment: PVkAttachmentReference;

  

  preserveAttachmentCount: TVkUInt32;

  

  pPreserveAttachments: PVkUInt32;

  

end;



CT Web help

CodeTyphon Studio