diff options
Diffstat (limited to 'tests/reflection')
| -rw-r--r-- | tests/reflection/binding-gl.hlsl.expected | 7 | ||||
| -rw-r--r-- | tests/reflection/binding-push-constant-gl.hlsl.expected | 7 | ||||
| -rw-r--r-- | tests/reflection/cross-compile.slang.expected | 7 | ||||
| -rw-r--r-- | tests/reflection/parameter-block.slang.expected | 7 |
4 files changed, 0 insertions, 28 deletions
diff --git a/tests/reflection/binding-gl.hlsl.expected b/tests/reflection/binding-gl.hlsl.expected index 5ace782cc..1b5e7354f 100644 --- a/tests/reflection/binding-gl.hlsl.expected +++ b/tests/reflection/binding-gl.hlsl.expected @@ -93,13 +93,6 @@ standard output = { "type": { "kind": "samplerState" } - }, - { - "name": "SLANG_hack_samplerForTexelFetch", - "binding": {"kind": "descriptorTableSlot", "index": 4}, - "type": { - "kind": "samplerState" - } } ], "entryPoints": [ diff --git a/tests/reflection/binding-push-constant-gl.hlsl.expected b/tests/reflection/binding-push-constant-gl.hlsl.expected index 6dd9d0fdd..ed6983364 100644 --- a/tests/reflection/binding-push-constant-gl.hlsl.expected +++ b/tests/reflection/binding-push-constant-gl.hlsl.expected @@ -122,13 +122,6 @@ standard output = { "type": { "kind": "samplerState" } - }, - { - "name": "SLANG_hack_samplerForTexelFetch", - "binding": {"kind": "descriptorTableSlot", "index": 4}, - "type": { - "kind": "samplerState" - } } ], "entryPoints": [ diff --git a/tests/reflection/cross-compile.slang.expected b/tests/reflection/cross-compile.slang.expected index 3a8bea41e..3bb730f66 100644 --- a/tests/reflection/cross-compile.slang.expected +++ b/tests/reflection/cross-compile.slang.expected @@ -42,13 +42,6 @@ standard output = { ] } } - }, - { - "name": "SLANG_hack_samplerForTexelFetch", - "binding": {"kind": "descriptorTableSlot", "index": 3}, - "type": { - "kind": "samplerState" - } } ] } diff --git a/tests/reflection/parameter-block.slang.expected b/tests/reflection/parameter-block.slang.expected index bc04d79ed..6821c46ca 100644 --- a/tests/reflection/parameter-block.slang.expected +++ b/tests/reflection/parameter-block.slang.expected @@ -39,13 +39,6 @@ standard output = { "kind": "resource", "baseShape": "texture2D" } - }, - { - "name": "SLANG_hack_samplerForTexelFetch", - "binding": {"kind": "descriptorTableSlot", "index": 1}, - "type": { - "kind": "samplerState" - } } ] } |
