diff --git a/proposals/NNNN-shader-execution-reordering.md b/proposals/NNNN-shader-execution-reordering.md index 6ac4455b..97fa2e96 100644 --- a/proposals/NNNN-shader-execution-reordering.md +++ b/proposals/NNNN-shader-execution-reordering.md @@ -541,7 +541,7 @@ Returns 0 if the `HitObject` does not encode a hit. uint HitObject::GetHitKind(); ``` -Returns the hit kind of a hit. +Returns the hit kind of a hit. See `HitKind` for definition of possible values. Returns 0 if the `HitObject` does not encode a hit.