Issue 138902
Summary [HLSL] Buffer SRV type
Labels HLSL
Assignees
Reporter bogner
    We somehow haven't gotten around to adding the the `Buffer<T>` type to HLSL. This is similar to `RWBuffer` (but it's an SRV) and `StructuredBuffer` (but it's a TypedBuffer). The logic to do this should more or less match the definition of `RWBuffer`, except read-only.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to