Unit 'LabRenderPass' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_vulkanlab]

TLabSubpassDescriptionData

Declaration

Source position: LabRenderPass.pas line 12

type TLabSubpassDescriptionData = record

  Flags: TVkSubpassDescriptionFlags;

  

  PipelineBindPoint: TVkPipelineBindPoint;

  

  InputAttachments: array of TVkAttachmentReference;

  

  ColorAttachments: array of TVkAttachmentReference;

  

  ResolveAttachments: array of TVkAttachmentReference;

  

  DepthStencilAttachment: TVkAttachmentReference;

  

  PreserveAttachments: array of TVkUInt32;

  

end;



CT Web help

CodeTyphon Studio