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

TVkRayTracingPipelineCreateInfoKHR

Declaration

Source position: vulkanlib.pas line 15620

type TVkRayTracingPipelineCreateInfoKHR = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  flags: TVkPipelineCreateFlags;

  

  stageCount: TVkUInt32;

  

  pStages: PVkPipelineShaderStageCreateInfo;

  

  groupCount: TVkUInt32;

  

  pGroups: PVkRayTracingShaderGroupCreateInfoKHR;

  

  maxPipelineRayRecursionDepth: TVkUInt32;

  

  pLibraryInfo: PVkPipelineLibraryCreateInfoKHR;

  

  pLibraryInterface: PVkRayTracingPipelineInterfaceCreateInfoKHR;

  

  pDynamicState: PVkPipelineDynamicStateCreateInfo;

  

  layout: TVkPipelineLayout;

  

  basePipelineHandle: TVkPipeline;

  

  basePipelineIndex: TVkInt32;

  

end;



CT Web help

CodeTyphon Studio