NVIDIA OptiX 7.7 nvidia_logo_transpbg.gif Up
OptixPipelineLinkOptions Struct Reference

#include <optix_types.h>

Public Attributes

unsigned int maxTraceDepth
 

Detailed Description

Link options for a pipeline.

See also
optixPipelineCreate()

Member Data Documentation

 maxTraceDepth

unsigned int OptixPipelineLinkOptions::maxTraceDepth

Maximum trace recursion depth. 0 means a ray generation program can be launched, but can't trace any rays. The maximum allowed value is 31.