Commit ed3b1037 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

d3dx9_36/tests: Initialize some test values.

parent 807998ed
......@@ -1683,9 +1683,9 @@ static void test_effect_parameter_value(IDirect3DDevice9 *device)
UINT res_value_offset = res[k].value_offset;
D3DXHANDLE parameter;
D3DXPARAMETER_DESC pdesc;
BOOL bvalue;
INT ivalue;
FLOAT fvalue;
BOOL bvalue = TRUE;
INT ivalue = 42;
FLOAT fvalue = 2.71828f;
DWORD input_value[EFFECT_PARAMETER_VALUE_ARRAY_SIZE];
DWORD expected_value[EFFECT_PARAMETER_VALUE_ARRAY_SIZE];
UINT l, n, m, element;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment