diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/bindings/glsl-parameter-blocks.slang | 1 | ||||
| -rw-r--r-- | tests/compute/global-type-param-in-entrypoint.slang | 2 | ||||
| -rw-r--r-- | tests/ir/string-literal.slang.expected | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/tests/bindings/glsl-parameter-blocks.slang b/tests/bindings/glsl-parameter-blocks.slang index d356df775..ee385e158 100644 --- a/tests/bindings/glsl-parameter-blocks.slang +++ b/tests/bindings/glsl-parameter-blocks.slang @@ -1,4 +1,3 @@ -#version 450 core //TEST:CROSS_COMPILE: -profile ps_5_0 -entry main -target spirv-assembly struct Test diff --git a/tests/compute/global-type-param-in-entrypoint.slang b/tests/compute/global-type-param-in-entrypoint.slang index 9a1e9b054..0386a7d10 100644 --- a/tests/compute/global-type-param-in-entrypoint.slang +++ b/tests/compute/global-type-param-in-entrypoint.slang @@ -1,7 +1,7 @@ //TEST(compute):COMPARE_RENDER_COMPUTE: //TEST_INPUT: cbuffer(data=[1.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 1.0], stride=16):dxbinding(0),glbinding(0) //TEST_INPUT: ubuffer(data=[0 0 0 0], stride=4):dxbinding(1),glbinding(0),out -//TEST_INPUT: type VertImpl +//TEST_INPUT: global_type VertImpl interface IVertInterpolant { diff --git a/tests/ir/string-literal.slang.expected b/tests/ir/string-literal.slang.expected index b86eab2c8..5cbd56aea 100644 --- a/tests/ir/string-literal.slang.expected +++ b/tests/ir/string-literal.slang.expected @@ -1,7 +1,7 @@ result code = 0 standard error = { [entryPoint] -[export("_S04mainp1puV")] +[export("_S3tu04mainp1puV")] [nameHint("main")] func %main : Func(Void, UInt) { |
