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

wined3d: Don't use WINED3DSHADERDECLUSAGE_PSIZE / WINED3DSHADERDECLUSAGE_FOG.

parent a71a22c5
......@@ -1962,11 +1962,11 @@ void vshader_glsl_output_unpack(
usage_idx, reg_mask, i, reg_mask);
break;
case WINED3DSHADERDECLUSAGE_PSIZE:
case D3DDECLUSAGE_PSIZE:
shader_addline(buffer, "gl_PointSize = OUT%u.x;\n", i);
break;
case WINED3DSHADERDECLUSAGE_FOG:
case D3DDECLUSAGE_FOG:
shader_addline(buffer, "gl_FogFragCoord%s = OUT%u%s;\n", reg_mask, i, reg_mask);
break;
......
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