[clang] [llvm] [HLSL] Implement Texture2D::Gather and Texture2D::GatherCmp (PR #183323)
Helena Kotas via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 5 09:21:30 PST 2026
hekota wrote:
Can you please remind me why do you need the partial template specialization? It looks to me like the `getGatherReturnType` takes care of creating the correct return type for the `Gather*` methods, even without the partial template.
https://github.com/llvm/llvm-project/pull/183323
More information about the cfe-commits
mailing list