Skip to content

Commit

Permalink
Updating to latest GPRT
Browse files Browse the repository at this point in the history
  • Loading branch information
natevm committed Dec 11, 2024
1 parent 4b85c91 commit 7756ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gprt/gprt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static struct RequestedFeatures {
uint32_t numRayTypes = 1;

// On AMD, might require RADV driver...
uint32_t rayRecursionDepth = 31;
uint32_t rayRecursionDepth = 1;

uint32_t maxRayPayloadSize = 32;
uint32_t maxRayHitAttributeSize = 2;
Expand Down

0 comments on commit 7756ace

Please sign in to comment.