RayQuery<rayFlagsGeneric:uint>.RayTMin
Description
Gets the minimum valid distance along the ray.
Signature
float RayQuery<rayFlagsGeneric:uint>.RayTMin();
Return value
Minimum t-value for considering intersections
Remarks
Used to prevent self-intersections
Availability and Requirements
Defined for the following targets:
hlsl
Available in all stages.
glsl
Available in all stages.
spirv
Available in all stages.
Requires capability: spvRayQueryKHR
.