COMMITTED_TRIANGLE_HIT¶
Description¶
Closest hit is a triangle. This could be an opaque triangle hit found by the fixed-function traversal and intersection implementation, or a non-opaque triangle hit committed by user code with RayQuery.CommitNonOpaqueTriangleHit.
Signature¶
static const uint COMMITTED_TRIANGLE_HIT = 1;