Commit 04808cc5 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

d3d9: Don't test invalid texture stages.

parent d5d2a27a
...@@ -99,7 +99,6 @@ static void test_texture_stage_states(IDirect3DDevice9 *device_ptr, int num_stag ...@@ -99,7 +99,6 @@ static void test_texture_stage_states(IDirect3DDevice9 *device_ptr, int num_stag
test_texture_stage_state(device_ptr, i, D3DTSS_ALPHAARG0, D3DTA_CURRENT); test_texture_stage_state(device_ptr, i, D3DTSS_ALPHAARG0, D3DTA_CURRENT);
test_texture_stage_state(device_ptr, i, D3DTSS_RESULTARG, D3DTA_CURRENT); test_texture_stage_state(device_ptr, i, D3DTSS_RESULTARG, D3DTA_CURRENT);
test_texture_stage_state(device_ptr, i, D3DTSS_CONSTANT, 0); test_texture_stage_state(device_ptr, i, D3DTSS_CONSTANT, 0);
test_texture_stage_state(device_ptr, i, D3DTSS_FORCE_DWORD, 0);
} }
} }
......
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