diff options
| author | Yong He <yonghe@outlook.com> | 2024-03-07 13:19:44 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-07 13:19:44 -0800 |
| commit | 240727db40552180446c1f14acc371f690db10e4 (patch) | |
| tree | 45853db6e7405d37ab0ceafb8c1d5afb029de511 /source/core/slang-uint-set.h | |
| parent | af108c72894fdfb18438bd1c0cfb452b625cb6a6 (diff) | |
Uniformity analysis. (#3704)
* Uniformity analysis.
* Add [NonUniformReturn] decorations to some hlsl intrinsic functions.
Diffstat (limited to 'source/core/slang-uint-set.h')
| -rw-r--r-- | source/core/slang-uint-set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-uint-set.h b/source/core/slang-uint-set.h index 4912ae504..0f2165bab 100644 --- a/source/core/slang-uint-set.h +++ b/source/core/slang-uint-set.h @@ -26,7 +26,7 @@ public: UIntSet& operator=(UIntSet&& other); UIntSet& operator=(const UIntSet& other); - HashCode getHashCode(); + HashCode getHashCode() const; /// Return the count of all bits directly represented Int getCount() const { return Int(m_buffer.getCount()) * kElementSize; } |
