diff options
Diffstat (limited to 'tests/bugs/texture2d-gather.hlsl')
| -rw-r--r-- | tests/bugs/texture2d-gather.hlsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/texture2d-gather.hlsl b/tests/bugs/texture2d-gather.hlsl index 63d036906..2fc9424c5 100644 --- a/tests/bugs/texture2d-gather.hlsl +++ b/tests/bugs/texture2d-gather.hlsl @@ -1,6 +1,6 @@ //TEST(smoke):COMPARE_HLSL_RENDER: -//TEST_INPUT: Texture2D(size=16, content=chessboard, format=R_Float32):dxbinding(0),glbinding(0) -//TEST_INPUT: Sampler : dxbinding(0),glbinding(0) +//TEST_INPUT: Texture2D(size=16, content=chessboard, format=R_Float32): +//TEST_INPUT: Sampler : Texture2D<float> g_texture : register(t0); SamplerState g_sampler : register(s0); |
