summaryrefslogtreecommitdiff
path: root/tests/reflection/resource-in-cbuffer.hlsl.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reflection/resource-in-cbuffer.hlsl.expected')
-rw-r--r--tests/reflection/resource-in-cbuffer.hlsl.expected6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/reflection/resource-in-cbuffer.hlsl.expected b/tests/reflection/resource-in-cbuffer.hlsl.expected
index 03299a8e0..3be146d7c 100644
--- a/tests/reflection/resource-in-cbuffer.hlsl.expected
+++ b/tests/reflection/resource-in-cbuffer.hlsl.expected
@@ -6,7 +6,11 @@ standard output = {
"parameters": [
{
"name": "MyConstantBuffer",
- "binding": {"kind": "constantBuffer", "index": 0},
+ "bindings": [
+ {"kind": "constantBuffer", "index": 0},
+ {"kind": "shaderResource", "index": 0},
+ {"kind": "samplerState", "index": 0}
+ ],
"type": {
"kind": "constantBuffer",
"elementType": {