From c2a6a2c4b716d45ddc92ed04bb0ac7fb7200e548 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 18 Oct 2018 08:38:21 -0700 Subject: Implemented separate samplers in D3D12 --- Common/interface/StringTools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Common/interface') diff --git a/Common/interface/StringTools.h b/Common/interface/StringTools.h index e7e14dfd..57c6213f 100644 --- a/Common/interface/StringTools.h +++ b/Common/interface/StringTools.h @@ -99,7 +99,7 @@ inline int StrCmpNoCase(const char* Str1, const char* Str2) // Returns true if RefStr == Str + Suff // If Suff == nullptr or NoSuffixAllowed == true, also returns true if RefStr == Str -inline bool StrCmpSuff(const char* RefStr, const char* Str, const char* Suff, bool NoSuffixAllowed = false) +inline bool StreqSuff(const char* RefStr, const char* Str, const char* Suff, bool NoSuffixAllowed = false) { VERIFY_EXPR(RefStr != nullptr && Str!= nullptr); if (RefStr==nullptr) -- cgit v1.2.3