diff options
| author | cheneym2 <acheney@nvidia.com> | 2025-01-29 14:59:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-29 11:59:42 -0800 |
| commit | 2ba6458eba8bd2d4f4d2ffdd452ae089e5b50907 (patch) | |
| tree | df185018f91073eff6066b2e1569557c6d2df1a0 /tests/diagnostics/hlsl-to-vulkan-sampler-diagnostic.hlsl.expected | |
| parent | 605204374658fc6d7f647f9a57e9e322b8c83100 (diff) | |
Fix combined sampler documentation and warning (#6207)
* Fix combined sampler documentation and warning
* Update comment, show detailed '-fvk-t-shift' message in warning instead of generic '-fvk-xxx-shift'
* format code
---------
Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
Diffstat (limited to 'tests/diagnostics/hlsl-to-vulkan-sampler-diagnostic.hlsl.expected')
| -rw-r--r-- | tests/diagnostics/hlsl-to-vulkan-sampler-diagnostic.hlsl.expected | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/diagnostics/hlsl-to-vulkan-sampler-diagnostic.hlsl.expected b/tests/diagnostics/hlsl-to-vulkan-sampler-diagnostic.hlsl.expected new file mode 100644 index 000000000..87198b248 --- /dev/null +++ b/tests/diagnostics/hlsl-to-vulkan-sampler-diagnostic.hlsl.expected @@ -0,0 +1,8 @@ +result code = 0 +standard error = { +tests/diagnostics/hlsl-to-vulkan-sampler-diagnostic.hlsl(25): warning 39013: shader parameter 'cs3' has a 'register' specified for D3D, but no '[[vk::binding(...)]]` specified for Vulkan +Sampler2D cs3 : register(s1): register(t1); + ^~~~~~~~ +} +standard output = { +} |
