summaryrefslogtreecommitdiffstats
path: root/tests/cross-compile/vk-sampler-getdimension.slang
Commit message (Collapse)AuthorAge
* Fix GetDimensions to use mipLevel for SPIRV (#8065)Jay Kwak2025-08-06
| | | | | | | | | * Fix GetDimensions to use mipLevel for SPIRV * format code (#84) --------- Co-authored-by: slangbot <ellieh+slangbot@nvidia.com>
* Update the GetDimension hlsl builtin for spirv path. In case of sampler, a ↵Pankaj Mistry2024-01-02
combined sampled image needs an OpImage to be generated. (#3424)