VkRayTracingPipelineCreateInfoKHR

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Members

Variables

basePipelineHandle
VkPipeline basePipelineHandle;
Undocumented in source.
basePipelineIndex
int32_t basePipelineIndex;
Undocumented in source.
flags
VkPipelineCreateFlags flags;
Undocumented in source.
groupCount
uint32_t groupCount;
Undocumented in source.
layout
VkPipelineLayout layout;
Undocumented in source.
maxPipelineRayRecursionDepth
uint32_t maxPipelineRayRecursionDepth;
Undocumented in source.
pDynamicState
const(VkPipelineDynamicStateCreateInfo)* pDynamicState;
Undocumented in source.
pGroups
const(VkRayTracingShaderGroupCreateInfoKHR)* pGroups;
Undocumented in source.
pLibraryInfo
const(VkPipelineLibraryCreateInfoKHR)* pLibraryInfo;
Undocumented in source.
pLibraryInterface
const(VkRayTracingPipelineInterfaceCreateInfoKHR)* pLibraryInterface;
Undocumented in source.
pNext
const(void)* pNext;
Undocumented in source.
pStages
const(VkPipelineShaderStageCreateInfo)* pStages;
Undocumented in source.
sType
VkStructureType sType;
Undocumented in source.
stageCount
uint32_t stageCount;
Undocumented in source.

Meta