Commit 7b34f460 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

d3d9/tests: Fix pixel shader version check in test_pointsize().

parent 10115930
...@@ -10588,7 +10588,7 @@ static void test_pointsize(void) ...@@ -10588,7 +10588,7 @@ static void test_pointsize(void)
ps2 = {D3DPS_VERSION(2, 0), pshader2_code}, ps2 = {D3DPS_VERSION(2, 0), pshader2_code},
ps2_zw = {D3DPS_VERSION(2, 0), pshader2_zw_code}, ps2_zw = {D3DPS_VERSION(2, 0), pshader2_zw_code},
ps3 = {D3DPS_VERSION(3, 0), pshader3_code}, ps3 = {D3DPS_VERSION(3, 0), pshader3_code},
ps3_zw = {D3DVS_VERSION(3, 0), pshader3_zw_code}; ps3_zw = {D3DPS_VERSION(3, 0), pshader3_zw_code};
static const struct static const struct
{ {
const struct test_shader *vs; const struct test_shader *vs;
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