[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
================
@@ -0,0 +1,23 @@
+// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-library -x hlsl -finclude-default-header -verify %s
+
----------------
hekota wrote:
Please also add test for invalid element count in the location vector and the offset vector.
https://github.com/llvm/llvm-project/pull/185708
More information about the llvm-branch-commits
mailing list