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

LabSubpassDescriptionData

Declaration

Source position: LabRenderPass.pas line 54

function LabSubpassDescriptionData(

  const InputAttachments: array of TVkAttachmentReference;

  const ColorAttachments: array of TVkAttachmentReference;

  const ResolveAttachments: array of TVkAttachmentReference;

  const DepthStencilAttachment: TVkAttachmentReference;

  const PreserveAttachments: array of TVkUInt32;

  const PipelineBindPoint: TVkPipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS;

  const Flags: TVkSubpassDescriptionFlags = 0

):TLabSubpassDescriptionData;



CT Web help

CodeTyphon Studio