Commit a5fcc4d2 authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

d3dx9: Add test for 0 * INF preshader operation.

parent 2925d6e6
......@@ -3973,6 +3973,8 @@ static void test_effect_preshader_ops(IDirect3DDevice9 *device)
{
{"exp", 0x10500001, 1, {0x3f800000, 0x3f800000, 0x3e5edc66, 0x7f800000},
{0.0f, -0.0f, -2.2f, 3.402823466e+38f}, {1.0f, 2.0f, -3.0f, 4.0f}},
{"0 * INF", 0x20500004, 2, {0xffc00000, 0xffc00000, 0xc0d33334, 0x7f800000},
{0.0f, -0.0f, -2.2f, 3.402823466e+38f}, {INFINITY, INFINITY, 3.0f, 4.0f}},
};
unsigned int i;
......
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