[clang] [llvm] [DirectX] Removing dxbc StaticSampler from mcbxdc (PR #154631)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 11 15:47:22 PDT 2025
================
@@ -228,6 +228,16 @@ enum class SamplerFilter : uint32_t {
#include "DXContainerConstants.def"
};
+#define FILTER(Val, Enum) \
+ case Val: \
+ return true;
+inline bool isValidSamplerFilter(uint32_t V) {
----------------
joaosaffran wrote:
I've created a new issue to keep track of this change: https://github.com/llvm/llvm-project/issues/158162
https://github.com/llvm/llvm-project/pull/154631
More information about the llvm-commits
mailing list