diff options
| author | ruki <[email protected]> | 2023-08-30 14:16:41 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-30 14:16:41 +0800 |
| commit | 7e9c6eee6417e112fd2b0b2d08d63c022b586f56 (patch) | |
| tree | b6f8c8ec29a7fe4bf5ba9644f99cd893f17860b6 | |
| parent | 8b50dc2bc7f209e0a04b6024a1ef84e2b7745c02 (diff) | |
Update test.vs.hlsl
| -rw-r--r-- | tests/projects/other/hlsl2spv/src/test.vs.hlsl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/projects/other/hlsl2spv/src/test.vs.hlsl b/tests/projects/other/hlsl2spv/src/test.vs.hlsl index ca2cf875d..97fab0408 100644 --- a/tests/projects/other/hlsl2spv/src/test.vs.hlsl +++ b/tests/projects/other/hlsl2spv/src/test.vs.hlsl @@ -15,6 +15,5 @@ VS_OUTPUT main(VS_INPUT input) VS_OUTPUT output; output.pos = float4(input.pos, 0.0, 1.0); output.color = input.color; - return output; } |
