RayQuery<uint rayFlagsGeneric>.CandidateIsNonOpaqueSphereNV
Description
Checks whether the candidate intersection is a non-opaque sphere primitive.
Signature
bool RayQuery<uint rayFlagsGeneric>.CandidateIsNonOpaqueSphereNV();
Return value
true if the candidate is a non-opaque sphere 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, spvRayTracingSpheresGeometryNV.