d3d9: Fix the shader constant test.
Using the same values for the test data and the default data masks potential failures.
This commit is contained in:
parent
78ad5de8da
commit
1e1cf78073
|
@ -581,7 +581,7 @@ static const shader_constant_data shader_constant_default_data = {
|
||||||
|
|
||||||
static const shader_constant_data shader_constant_test_data = {
|
static const shader_constant_data shader_constant_test_data = {
|
||||||
{ 0xdead0000, 0xdead0001, 0xdead0002, 0xdead0003 },
|
{ 0xdead0000, 0xdead0001, 0xdead0002, 0xdead0003 },
|
||||||
{ 0.0f, 0.0f, 0.0f, 0.0f },
|
{ 5.0f, 6.0f, 7.0f, 8.0f },
|
||||||
{ TRUE, FALSE, FALSE, TRUE }
|
{ TRUE, FALSE, FALSE, TRUE }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue