Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith authored Oct 17, 2023
1 parent 44a61fa commit 43c8eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pbrt/gpu/aggregate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ OptixPipelineCompileOptions OptiXAggregate::getPipelineCompileOptions() {
pipelineCompileOptions.exceptionFlags =
(OPTIX_EXCEPTION_FLAG_STACK_OVERFLOW | OPTIX_EXCEPTION_FLAG_TRACE_DEPTH);
#if (OPTIX_VERSION < 80000)
// This flag is remove since OptiX 8.0.0
// This flag is removed since OptiX 8.0.0
pipelineCompileOptions.exceptionFlags |= OPTIX_EXCEPTION_FLAG_DEBUG;
#endif
pipelineCompileOptions.pipelineLaunchParamsVariableName = "params";
Expand Down

0 comments on commit 43c8eab

Please sign in to comment.