Commit 41c11ea
authored
[HLSL] Remove variables that are used only in assert (#107299)
Changes the assert to test the same condition without using the
variables.
This change is done in response to a comment
[here](#106657 (comment)).1 parent ad89e61 commit 41c11ea
1 file changed
+3
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
840 | | - | |
841 | | - | |
842 | | - | |
843 | | - | |
844 | | - | |
845 | 840 | | |
846 | | - | |
847 | | - | |
848 | | - | |
849 | | - | |
850 | | - | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
851 | 844 | | |
852 | 845 | | |
853 | 846 | | |
| |||
0 commit comments