[clang] [HLSL][NFC] Remove RegisterBindingFlags struct (PR #108924)

Helena Kotas via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 16 21:04:07 PDT 2024


================
@@ -41,6 +41,47 @@
 
 using namespace clang;
 
+enum class RegisterType { SRV, UAV, CBuffer, Sampler, C, I, Invalid };
----------------
hekota wrote:

This is moved from below.

https://github.com/llvm/llvm-project/pull/108924


More information about the cfe-commits mailing list