diff options
Diffstat (limited to 'tests/diagnostics/gh-38-vs.hlsl.expected')
| -rw-r--r-- | tests/diagnostics/gh-38-vs.hlsl.expected | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/diagnostics/gh-38-vs.hlsl.expected b/tests/diagnostics/gh-38-vs.hlsl.expected index 1c784e283..bc33e43aa 100644 --- a/tests/diagnostics/gh-38-vs.hlsl.expected +++ b/tests/diagnostics/gh-38-vs.hlsl.expected @@ -1,6 +1,8 @@ result code = 0 standard error = { tests/diagnostics/gh-38-fs.hlsl(5): warning 39001: explicit binding for parameter 'overlappingB' overlaps with parameter 'overlappingA' +Texture2D overlappingB : register(t0); + ^~~~~~~~~~~~ tests/diagnostics/gh-38-vs.hlsl(5): note: see declaration of 'overlappingA' } standard output = { |
