blob: bc33e43aaf6a16dbea648042ff2016cd7cc2abf0 (
plain)
1
2
3
4
5
6
7
8
9
|
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 = {
}
|