RayQuery<uint rayFlagsGeneric>.CandidateLssObjectPositionsAndRadiiNV
Description
Gets the object-space endpoint positions and radii of the candidate line-swept-sphere (LSS) primitive.
Signature
matrix<float, 2, 4> RayQuery<uint rayFlagsGeneric>.CandidateLssObjectPositionsAndRadiiNV();
Return value
float2x4 whose rows are (endpoint.xyz, radius) for the two LSS endpoints
Availability and Requirements
Defined for the following targets:
hlsl
Available in all stages.
glsl
Available in all stages.
spirv
Available in all stages.
Requires capabilities: spvRayQueryKHR, spvRayTracingLinearSweptSpheresGeometryNV.