diff options
Diffstat (limited to 'tools/render-test/bind-location.cpp')
| -rw-r--r-- | tools/render-test/bind-location.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/render-test/bind-location.cpp b/tools/render-test/bind-location.cpp index 30b9de0f8..114ca7e8e 100644 --- a/tools/render-test/bind-location.cpp +++ b/tools/render-test/bind-location.cpp @@ -482,7 +482,7 @@ BindLocation BindSet::toIndex(const BindLocation& loc, Index index) const size_t baseOffset = loc.m_bindPointSet->m_points[category].m_offset; - if (category == SLANG_PARAMETER_CATEGORY_UNIFORM && uniformValue != loc.m_value) + if (category == slang::ParameterCategory::Uniform && uniformValue != loc.m_value) { baseOffset = 0; } |
