Commit 894298d5 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

d3d9/tests: Port the unsupported shaders test to D3D9Ex.

parent c53e0384
......@@ -2847,7 +2847,7 @@ done:
DestroyWindow(focus_window);
}
static void test_wrong_shader(void)
static void test_unsupported_shaders(void)
{
IDirect3DDevice8 *device;
IDirect3D8 *d3d;
......@@ -6519,7 +6519,7 @@ START_TEST(device)
test_wndproc_windowed();
test_depth_stencil_size();
test_window_style();
test_wrong_shader();
test_unsupported_shaders();
test_mode_change();
test_device_window_reset();
test_reset_resources();
......
......@@ -5112,7 +5112,7 @@ static void test_pixel_shader_constant(void)
DestroyWindow(window);
}
static void test_wrong_shader(void)
static void test_unsupported_shaders(void)
{
static const DWORD vs_3_0[] =
{
......@@ -9425,7 +9425,7 @@ START_TEST(device)
test_vertex_shader_constant();
test_get_set_pixel_shader();
test_pixel_shader_constant();
test_wrong_shader();
test_unsupported_shaders();
test_texture_stage_states();
test_cube_textures();
test_mipmap_gen();
......
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