Skip to content

Commit 4b41b4f

Browse files
committed
remove unused var
1 parent 3cfb920 commit 4b41b4f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Tests/DiligentCoreAPITest/src/InlineConstantsTest.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ float4 g_Colors[] = {
188188
float4{0.f, 0.f, 1.f, 1.f},
189189
};
190190

191-
float4 g_ColorPSFactor = float4{1.f, 1.f, 1.f, 1.f};
192-
193191
float4 g_ComputeData[] = {
194192
float4{1.f, 0.f, 0.f, 1.f}, // Red
195193
float4{0.f, 1.f, 0.f, 1.f}, // Green

0 commit comments

Comments
 (0)