[clang] [HLSL] Apply resource attributes to the resource type rather than the handle member (PR #107160)
Damyan Pepper via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 3 17:13:32 PDT 2024
https://github.com/damyanp commented:
Typo in description:
> Converts existing resource attributes [[hlsl::resource_class(..)]] and [[is_rov]] ~~to~~ from declaration attributes to type attributes.
There's many places in the existing tests where these attributes are being used in ways we don't really intend them to use. Maybe now would be the right time to fix them up?
https://github.com/llvm/llvm-project/pull/107160
More information about the cfe-commits
mailing list