diff options
Diffstat (limited to 'tests/reflection')
| -rw-r--r-- | tests/reflection/resource-in-cbuffer.hlsl.expected | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/reflection/resource-in-cbuffer.hlsl.expected b/tests/reflection/resource-in-cbuffer.hlsl.expected index 261fe2587..d14fbe577 100644 --- a/tests/reflection/resource-in-cbuffer.hlsl.expected +++ b/tests/reflection/resource-in-cbuffer.hlsl.expected @@ -6,11 +6,7 @@ standard output = { "parameters": [ { "name": "MyConstantBuffer", - "bindings": [ - {"kind": "constantBuffer", "index": 0}, - {"kind": "shaderResource", "index": 0}, - {"kind": "samplerState", "index": 0} - ], + "binding": {"kind": "constantBuffer", "index": 0}, "type": { "kind": "constantBuffer", "elementType": { |
