Skip to content

Commit

Permalink
[SPIRV] Fix documentation for RayTCurrent
Browse files Browse the repository at this point in the history
The documentation says that we use the HitTKHR builtin to implement
RayTCurrent. However, HitTKHR was renamed to RayTMaxKHR. We update
the documentation to represent that change.

Fixes #6739
  • Loading branch information
s-perron committed Jul 15, 2024
1 parent a54abe8 commit 4e1ee7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SPIR-V.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3588,7 +3588,7 @@ Intrinsics
``WorldRayOrigin()`` ``WorldRayOrigin{NV/KHR}`` ✓ ✓ ✓ ✓
``WorldRayDirection()`` ``WorldRayDirection{NV/KHR}`` ✓ ✓ ✓ ✓
``RayTMin()`` ``RayTmin{NV/KHR}`` ✓ ✓ ✓ ✓
``RayTCurrent()`` ``HitT{NV/KHR}`` ✓ ✓ ✓ ✓
``RayTCurrent()`` ``RayTmax{NV/KHR}`` ✓ ✓ ✓ ✓
``RayFlags()`` ``IncomingRayFlags{NV/KHR}`` ✓ ✓ ✓ ✓
``InstanceIndex()`` ``InstanceId`` ✓ ✓ ✓
``GeometryIndex()`` ``RayGeometryIndexKHR`` ✓ ✓ ✓
Expand Down

0 comments on commit 4e1ee7b

Please sign in to comment.