[all-commits] [llvm/llvm-project] f8107f: [HLSL] Implement RWTexture2DArray (#208725)
Tim Corringham via All-commits
all-commits at lists.llvm.org
Thu Jul 16 13:15:16 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8107f628360eb0c7c4a04af98e768ffa637c1b3
https://github.com/llvm/llvm-project/commit/f8107f628360eb0c7c4a04af98e768ffa637c1b3
Author: Tim Corringham <timothy.corringham at amd.com>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M clang/lib/Sema/HLSLExternalSemaSource.cpp
M clang/test/AST/HLSL/Textures-AST.hlsl
M clang/test/CodeGenHLSL/resources/Textures-GetDimensions.hlsl
M clang/test/CodeGenHLSL/resources/Textures-Load.hlsl
M clang/test/SemaHLSL/Resources/RWTexture2D-mips-errors.hlsl
M clang/test/SemaHLSL/Resources/RWTexture2D-unsupported-methods-errors.hlsl
M clang/test/SemaHLSL/Resources/Textures-GetDimensions.hlsl
M clang/test/SemaHLSL/Resources/Textures-Load-errors.hlsl
Log Message:
-----------
[HLSL] Implement RWTexture2DArray (#208725)
Add front-end support for RWTexture2DArray, and update related tests to
include coverage of this resource.
Fixes #194947
---------
Co-authored-by: Tim Corringham <tcorring at amd.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list