Commit 3d5ca7ab authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Remove an outdated comment in state_zwritenable().

We actually do have tests for this.
parent 6d483c2d
......@@ -205,8 +205,6 @@ static void state_ditherenable(struct wined3d_context *context, const struct win
static void state_zwritenable(struct wined3d_context *context, const struct wined3d_state *state, DWORD state_id)
{
/* TODO: Test if in d3d z writing is enabled even if ZENABLE is off.
* If yes, this has to be merged with ZENABLE and ZFUNC. */
if (state->render_states[WINED3D_RS_ZWRITEENABLE])
{
glDepthMask(1);
......
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