HitObject.GetAttributes
Description
Returns the attributes of a hit. Valid if the hit object represents a hit or a miss.
Signature
attr_t HitObject.GetAttributes<attr_t>();
Generic Parameters
attr_t
Availability and Requirements
Defined for the following targets:
hlsl
Available in stages: raygen
, closesthit
, miss
.
Requires capability: hlsl_nvapi
.
glsl
Available in stages: raygen
, closesthit
, miss
.
spirv
Available in stages: raygen
, closesthit
, miss
.
Requires capabilities: spvRayTracingKHR
, spvShaderInvocationReorderNV
.