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

LabPipelineDepthStencilState

Declaration

Source position: LabPipeline.pas line 228

function LabPipelineDepthStencilState(

  const Front: TVkStencilOpState;

  const Back: TVkStencilOpState;

  const DepthTestEnable: TVkBool32 = VK_TRUE;

  const DepthWriteEnable: TVkBool32 = VK_TRUE;

  const DepthCompareOp: TVkCompareOp = VK_COMPARE_OP_LESS_OR_EQUAL;

  const DepthBoundsTestEnable: TVkBool32 = VK_FALSE;

  const StencilTestEnable: TVkBool32 = VK_FALSE;

  const MinDepthBounds: TVkFloat = 0;

  const MaxDepthBounds: TVkFloat = 0;

  const Flags: TVkPipelineDepthStencilStateCreateFlags = 0

):TVkPipelineDepthStencilStateCreateInfo;



CT Web help

CodeTyphon Studio