Skip to content

Commit

Permalink
max_dc_depth
Browse files Browse the repository at this point in the history
  • Loading branch information
iaomw committed Apr 16, 2024
1 parent a8965cd commit 1a31199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenovis/xinxinoptix/OptiXStuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ inline void createPipeline()
}
uint32_t max_trace_depth = 2;
uint32_t max_cc_depth = 0;
uint32_t max_dc_depth = 0;
uint32_t max_dc_depth = 1;
uint32_t direct_callable_stack_size_from_traversal;
uint32_t direct_callable_stack_size_from_state;
uint32_t continuation_stack_size;
Expand Down

0 comments on commit 1a31199

Please sign in to comment.