FfxBrixelizerHitRaw
A structure encapsulating all data associated with a ray SDF hit.
File location: sdk/include/FidelityFX/gpu/brixelizer/ffx_brixelizer_trace_ops.h
Detailed description
A structure encapsulating all data associated with a ray SDF hit.
Data fields
Type |
Description |
---|---|
t
The distance from the ray origin to the hit.
|
|
brick_id
The ID of a hit brick.
|
|
uvwc
Packed UVW coordinates of the hit location. UVW coordinates are in brick space.
|
|
iter_count
The count of iterations to find the intersection.
|