Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Cmd-Buf][L0] Fix Coverity unsigned comparison report
Fixes Coverity defect report from L0 command-buffer update code merged in #1353 ``` This greater-than-or-equal-to-zero comparison of an unsigned value is always true. "CommandDesc->newWorkDim >= 0U". ```
- Loading branch information