File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -428,8 +428,7 @@ constexpr int4 D3DCOLORtoUBYTE4(float4 V) {
428
428
429
429
// / \fn uint NonUniformResourceIndex(uint I)
430
430
// / \brief A compiler hint to indicate that a resource index varies across
431
- // / threads.
432
- // / within a wave (i.e., it is non-uniform).
431
+ // / threads within a wave (i.e., it is non-uniform).
433
432
// / \param I [in] Resource array index
434
433
// /
435
434
// / The return value is the \Index parameter.
@@ -438,7 +437,7 @@ constexpr int4 D3DCOLORtoUBYTE4(float4 V) {
438
437
// / some GPU hardware and drivers require the compiler to know whether the index
439
438
// / is uniform (same for all threads) or non-uniform (varies per thread).
440
439
// /
441
- // / Using NonUniformResourceIndex explicitly marks an index as non-uniform, .
440
+ // / Using NonUniformResourceIndex explicitly marks an index as non-uniform,
442
441
// / disabling certain assumptions or optimizations that could lead to incorrect
443
442
// / behavior when dynamically accessing resource arrays with non-uniform
444
443
// / indices.
You can’t perform that action at this time.
0 commit comments