Skip to content

Commit 5c1f4b6

Browse files
jaladreipsigcbot
authored andcommitted
Change new inline raytracing regkey default value to 12
Change new inline raytracing regkey default value to 12
1 parent a060a9a commit 5c1f4b6

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
@@ -1833,7 +1833,7 @@ DECLARE_IGC_REGKEY(
18331833
DECLARE_IGC_REGKEY(bool, EnableRTPrintf, false, "Enable printf for ray tracing.", true)
18341834
DECLARE_IGC_REGKEY(DWORD, PrintfBufferSize, 0, "Set printf buffer size. Unit: KB.", true)
18351835
DECLARE_IGC_REGKEY(bool, DisableRayQueryReturnOptimization, false, "RayQuery Return Optimization", true)
1836-
DECLARE_IGC_REGKEY_BITMASK(UseNewInlineRaytracing, 4, "Use the new rayquery implementation for particular case",
1836+
DECLARE_IGC_REGKEY_BITMASK(UseNewInlineRaytracing, 12, "Use the new rayquery implementation for particular case",
18371837
NEW_INLINE_RAYTRACING_MASK, true)
18381838
DECLARE_IGC_REGKEY(DWORD, AddDummySlotsForNewInlineRaytracing, 0,
18391839
"Add dummy rayquery slots when doing new inline raytracing", true)

0 commit comments

Comments
 (0)