Files
clang-p2996/clang/lib/Sema/HLSLExternalSemaSource.cpp
Helena Kotas 7a4b3b4927 [HLSL] Add Load(int) method on structured buffers (#120663)
Adds `T Load(int)` method on `StructuredBuffer`, `RWStructuredBuffer`
and `RasterizerOrderedStructuredBuffer`.

Uses the existing `addLoadMethods` in HLSLExternalSemalSource so most of
this change is just tests.

Fixes #112977
2024-12-20 12:52:38 -08:00

46 KiB