浏览代码

Change resource bindings for OutOfBounds test (#552)

Young Kim 8 年之前
父节点
当前提交
04adcdbfc2
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      tools/clang/test/HLSL/ShaderOpArith.xml

+ 1 - 2
tools/clang/test/HLSL/ShaderOpArith.xml

@@ -136,8 +136,7 @@
           float zero_idx;
           float oob_idx;
         };
-        // Texture1D<float> g_t1d: register(t0); // alternate binding
-        Buffer<float> g_t1d: register(t0);
+        Texture1D<float> g_t1d: register(t0);
         struct PSInput {
          float4 position : SV_POSITION;
         };