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

LabAttachmentDescription

Declaration

Source position: LabRenderPass.pas line 42

function LabAttachmentDescription(

  const Format: TVkFormat;

  const InitialLayout: TVkImageLayout;

  const FinalLayout: TVkImageLayout;

  const Samples: TVkSampleCountFlagBits = VK_SAMPLE_COUNT_1_BIT;

  const LoadOp: TVkAttachmentLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;

  const StoreOp: TVkAttachmentStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;

  const StencilLoadOp: TVkAttachmentLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;

  const StencilStoreOp: TVkAttachmentStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;

  const Flags: TVkAttachmentDescriptionFlags = 0

):TVkAttachmentDescription;



CT Web help

CodeTyphon Studio