diff options
Diffstat (limited to 'tests/compute/half-texture.slang.1.expected')
| -rw-r--r-- | tests/compute/half-texture.slang.1.expected | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/compute/half-texture.slang.1.expected b/tests/compute/half-texture.slang.1.expected index 1e1a282fa..7dd96403f 100644 --- a/tests/compute/half-texture.slang.1.expected +++ b/tests/compute/half-texture.slang.1.expected @@ -39,8 +39,6 @@ void computeMain(vector<uint,3> dispatchThreadID_0 : SV_DISPATCHTHREADID) int index_0 = pos_0.x + pos_0.y * int(4); outputBuffer_0[(uint) index_0] = index_0; - -#line 18 return; } |
