summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-07-22 14:07:19 -0700
committerGitHub <noreply@github.com>2017-07-22 14:07:19 -0700
commit376e61abe84ed386df7aa28867c1aeb5f52881ca (patch)
treeebf5575829ef9bedc9d43821cd556fe596bf2724 /tests
parent30fbf640cd4cd6936e177fdfadb76e8814cffffc (diff)
parentedf8cafe6d3799f58a92ccc83ba70dd41c461f6a (diff)
Merge pull request #136 from tfoleyNV/explicit-sampler-fix
Make the "hack" sampler explicit for now
Diffstat (limited to 'tests')
-rw-r--r--tests/reflection/cross-compile.slang.expected7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/reflection/cross-compile.slang.expected b/tests/reflection/cross-compile.slang.expected
index 3bb730f66..3a8bea41e 100644
--- a/tests/reflection/cross-compile.slang.expected
+++ b/tests/reflection/cross-compile.slang.expected
@@ -42,6 +42,13 @@ standard output = {
]
}
}
+ },
+ {
+ "name": "SLANG_hack_samplerForTexelFetch",
+ "binding": {"kind": "descriptorTableSlot", "index": 3},
+ "type": {
+ "kind": "samplerState"
+ }
}
]
}