Description
HitKindKHR
-
A variable decorated with the
HitKindKHR
decoration will describe the intersection that triggered the execution of the current shader. The values are determined by the intersection shader. For user-defined intersection shaders this is the value that was passed to the “Hit Kind” operand ofOpReportIntersectionKHR
. For triangle intersection candidates, this will be one ofHitKindFrontFacingTriangleKHR
orHitKindBackFacingTriangleKHR
.
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.