Change new inline raytracing regkey default value to 12

Change new inline raytracing regkey default value to 12
This commit is contained in:
Jakacki, Jakub
2025-08-29 19:25:11 +00:00
committed by igcbot
parent a060a9a901
commit 5c1f4b67f2

View File

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