Commit e825ec4a authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

wined3d: Remove "Reserved" fields from wined3d_caps.

parent ec42ed4e
...@@ -1944,7 +1944,6 @@ struct wined3d_caps ...@@ -1944,7 +1944,6 @@ struct wined3d_caps
DWORD DevCaps2; DWORD DevCaps2;
float MaxNpatchTessellationLevel; float MaxNpatchTessellationLevel;
DWORD Reserved5; /* undocumented */
UINT MasterAdapterOrdinal; UINT MasterAdapterOrdinal;
UINT AdapterOrdinalInGroup; UINT AdapterOrdinalInGroup;
...@@ -1959,8 +1958,6 @@ struct wined3d_caps ...@@ -1959,8 +1958,6 @@ struct wined3d_caps
DWORD MaxPShaderInstructionsExecuted; DWORD MaxPShaderInstructionsExecuted;
DWORD MaxVertexShader30InstructionSlots; DWORD MaxVertexShader30InstructionSlots;
DWORD MaxPixelShader30InstructionSlots; DWORD MaxPixelShader30InstructionSlots;
DWORD Reserved2; /* Not in the microsoft headers but documented */
DWORD Reserved3;
struct wined3d_ddraw_caps ddraw_caps; struct wined3d_ddraw_caps ddraw_caps;
......
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