Steven Perron 3f73f839e2
[HLSL] Implement Sample* methods for Texture2D (#179322)
This commit implement the methods:

- SampleBias
- SampleCmp
- SampleCmpLevelZero
- SampleGrad
- SampleLevel

They are added to the Texture2D resource type. All overloads except for
those with the `status` argument.

Part of https://github.com/llvm/llvm-project/issues/175630

Assisted-by: Gemini

---------

Co-authored-by: Helena Kotas <hekotas@microsoft.com>
2026-02-11 09:12:22 -05:00
..