Skip to content
Snippets Groups Projects
Commit 860aa699 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard
Browse files

wined3d: Get rid of the oneToOneTexUnitMap field.

parent 92fc808b
No related branches found
No related tags found
No related merge requests found
......@@ -1819,7 +1819,6 @@ static HRESULT WINAPI IWineD3DDeviceImpl_Init3D(IWineD3DDevice *iface, WINED3DPR
This->rev_tex_unit_map[state] = -1;
}
}
This->oneToOneTexUnitMap = TRUE;
/* Setup the implicit swapchain */
TRACE("Creating implicit swapchain\n");
......
......@@ -727,7 +727,6 @@ struct IWineD3DDeviceImpl
DWORD texUnitMap[MAX_COMBINED_SAMPLERS];
DWORD rev_tex_unit_map[MAX_COMBINED_SAMPLERS];
BOOL fixed_function_usage_map[MAX_TEXTURES];
BOOL oneToOneTexUnitMap;
/* Stream source management */
WineDirect3DVertexStridedData strided_streams;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment