Skip to content

Commit b234e04

Browse files
jaladreipsigcbot
authored andcommitted
Enable new inline raytracing implementation
Enable new inline raytracing implementation
1 parent fa80463 commit b234e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/igc_flags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ DECLARE_IGC_GROUP("Raytracing Options")
10851085
DECLARE_IGC_REGKEY(bool, EnableRTPrintf, false, "Enable printf for ray tracing.", true)
10861086
DECLARE_IGC_REGKEY(DWORD, PrintfBufferSize, 0, "Set printf buffer size. Unit: KB.", true)
10871087
DECLARE_IGC_REGKEY(bool, DisableRayQueryReturnOptimization, false, "RayQuery Return Optimization", true)
1088-
DECLARE_IGC_REGKEY(bool, UseNewInlineRaytracing, false, "Use the new rayquery implementation", true)
1088+
DECLARE_IGC_REGKEY(bool, UseNewInlineRaytracing, true, "Use the new rayquery implementation", true)
10891089
DECLARE_IGC_REGKEY(bool, OverrideRayQueryThrottling, false, "Force rayquery throttling (dynamic ray management) to be enabled or disabled. Default value of this key is ignored", true)
10901090
DECLARE_IGC_REGKEY(bool, DisableRayQueryDynamicRayManagementMechanismForExternalFunctionsCalls, false, "Disable dynamic ray management mechanism for shaders with external functions calls", true)
10911091
DECLARE_IGC_REGKEY(bool, DisableRayQueryDynamicRayManagementMechanismForBarriers, false, "Disable dynamic ray management mechanism for shaders with barriers", true)

0 commit comments

Comments
 (0)