summaryrefslogtreecommitdiff
path: root/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/UnitTests/VideoCommon/VertexLoaderTest.cpp')
-rw-r--r--Source/UnitTests/VideoCommon/VertexLoaderTest.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp b/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp
index ff33dbd106..936f2e35c1 100644
--- a/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp
+++ b/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp
@@ -553,11 +553,7 @@ INSTANTIATE_TEST_SUITE_P(
TEST_P(VertexLoaderNormalTest, NormalAll)
{
- VertexComponentFormat addr;
- ComponentFormat format;
- NormalComponentCount elements;
- bool index3;
- std::tie(addr, format, elements, index3) = GetParam();
+ auto [addr, format, elements, index3] = GetParam();
m_vtx_desc.low.Position = VertexComponentFormat::Direct;
m_vtx_attr.g0.PosFormat = ComponentFormat::Float;