RayQuery<uint rayFlagsGeneric>.CommittedIsLssNV
Description
Checks whether the committed intersection is a line-swept-sphere (LSS) primitive.
Signature
bool RayQuery<uint rayFlagsGeneric>.CommittedIsLssNV();
Return value
true if the committed hit is an LSS primitive
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.