Skip to content

Commit 84b5fa7

Browse files
jaladreipsigcbot
authored andcommitted
Set ForceRTCheckInstanceLeafPtr to false by default
Set ForceRTCheckInstanceLeafPtr to false by default
1 parent 8534588 commit 84b5fa7

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
@@ -1047,7 +1047,7 @@ DECLARE_IGC_GROUP("Raytracing Options")
10471047
DECLARE_IGC_REGKEY(bool, DisableInvalidateRTStackAfterLastRead, true, "Disables L1 cache invalidation after the last read of the RT stack. Affects rayqueries only", true)
10481048
DECLARE_IGC_REGKEY(bool, DisableSWSubTriangleOpacityCullingEmulation, false, "Software Sub-Triangle Opacity Culling emulation", true)
10491049
DECLARE_IGC_REGKEY(bool, DisableWideTraceRay, false, "Disable SIMD16 style message payloads for send.rta", true)
1050-
DECLARE_IGC_REGKEY(bool, ForceRTCheckInstanceLeafPtr, true, "Check MemHit::valid before loading GeometryIndex, PrimitiveIndex, etc.", true)
1050+
DECLARE_IGC_REGKEY(bool, ForceRTCheckInstanceLeafPtr, false, "Check MemHit::valid before loading GeometryIndex, PrimitiveIndex, etc.", true)
10511051
DECLARE_IGC_REGKEY(DWORD, RTInValidDefaultIndex, 0xFFFFFFFF, "If MemHit::valid is false, the default value to return for some intrinsics like GeometryIndex or PrimitiveIndex etc.", true)
10521052
DECLARE_IGC_REGKEY(DWORD, ForceRTCheckInstanceLeafPtrMask, 0xF, "Test only. 1: committedindex; 2: potentialindex", true)
10531053
DECLARE_IGC_REGKEY(bool, ForceRTShortCircuitingOR, true, "Only for specific test.... Short curcite OR condition if CommittedGeometryIndex is used", true)

0 commit comments

Comments
 (0)