Skip to content

Commit 304a1dc

Browse files
committed
fix formatting.
1 parent 7d8ca57 commit 304a1dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/DiligentCoreTest/src/GraphicsEngine/GraphicsTypesXTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ TEST(GraphicsTypesXTest, SpecializationConstants)
11601160

11611161
// Test AddSpecializationConstant with StringPool (verifies deep copy of names and data)
11621162
{
1163-
StringPool Pool;
1163+
StringPool Pool;
11641164
ComputePipelineStateCreateInfoX DescX;
11651165
DescX
11661166
.AddSpecializationConstant({Pool("SC_Float"), SHADER_TYPE_VERTEX, sizeof(SpecConst1Value), &SpecConst1Value})

0 commit comments

Comments
 (0)