Commit 2bb87a90 authored by H. Verbeet's avatar H. Verbeet Committed by Alexandre Julliard

d3d9: Add traces for when shader support is missing in the shader test.

parent fa57544a
......@@ -151,8 +151,11 @@ START_TEST(shader)
{
test_get_set_vertex_shader(device_ptr);
}
else trace("No vertex shader support, skipping test\n");
if (caps.PixelShaderVersion & 0xffff)
{
test_get_set_pixel_shader(device_ptr);
}
else trace("No pixel shader support, skipping test\n");
}
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