================
@@ -25,6 +25,7 @@ enum class ResourceClass : uint8_t {
   SRV = 0,
   UAV,
   CBuffer,
+  TBuffer,
----------------
bogner wrote:

I hadn't noticed this. Xiang's right, this isn't correct. See 
`CGHLSLRuntime::finishCodeGen` - a tbuffer is annotated with a resource class 
of `SRV` as you would expect.

https://github.com/llvm/llvm-project/pull/87578
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to