[llvm-branch-commits] [clang] [HLSL] Implement Texture2D::Load methods and builtin (PR #185708)
Helena Kotas via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Mar 10 19:24:02 PDT 2026
================
@@ -13502,6 +13502,9 @@ def err_std_source_location_impl_malformed : Error<
def err_std_initializer_list_malformed : Error<
"%0 layout not recognized. Must be a non-polymorphic class type with no bases and two fields: a 'const E *' and either another 'const E *' or a 'std::size_t'">;
+def err_hlsl_builtin_resource_coordinate_dimension_mismatch : Error<
+ "builtin %0 resource coordinate dimension mismatch: expected %1, found %2">;
----------------
hekota wrote:
This does not seem to be used anywhere.
https://github.com/llvm/llvm-project/pull/185708
More information about the llvm-branch-commits
mailing list