Skip to content

Commit

Permalink
Update proposals/0025-shader-execution-reordering.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tex Riddell <[email protected]>
  • Loading branch information
rasmusnv and tex3d authored Jan 22, 2025
1 parent bd31e5e commit 94d08fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion proposals/0025-shader-execution-reordering.md
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,10 @@ Parameter | Definition

This variant of `ReorderThread` reorders threads based on a generic
user-provided hint. Similarity of hint values should indicate expected
similarity of subsequent work being performed by threads. The resolution of
similarity of subsequent work being performed by threads. In general, more
significant bits of the hint value are more important than less significant
bits for determining coherency, though scheduling behavior is implementation
specific. The resolution of
the hint is implementation-specific. If an implementation cannot resolve all
values of `CoherenceHint`, it is free to ignore an arbitrary number of least
significant bits. The thread ordering resulting from this call may be
Expand Down

0 comments on commit 94d08fd

Please sign in to comment.