https://bugs.winehq.org/show_bug.cgi?id=37161
Bug ID: 37161 Summary: D3D_SHADER_VARIABLE_FLAGS is not defined in d3dcommon Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: mmicko@gmail.com
This type structure is missing. It should look like this:
typedef enum _D3D_SHADER_VARIABLE_FLAGS { D3D_SVF_USERPACKED = 1, D3D_SVF_USED = 2, D3D_SVF_INTERFACE_POINTER = 4, D3D_SVF_INTERFACE_PARAMETER = 8, D3D10_SVF_USERPACKED = D3D_SVF_USERPACKED, D3D10_SVF_USED = D3D_SVF_USED, D3D11_SVF_INTERFACE_POINTER = D3D_SVF_INTERFACE_POINTER, D3D11_SVF_INTERFACE_PARAMETER = D3D_SVF_INTERFACE_PARAMETER, D3D_SVF_FORCE_DWORD = 0x7fffffff } D3D_SHADER_VARIABLE_FLAGS;
This is copy from MINGW based bug (https://sourceforge.net/p/mingw-w64/bugs/417/)
https://bugs.winehq.org/show_bug.cgi?id=37161
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- Please feel free to submit patches to correct any issues in the code that you encounter. http://wiki.winehq.org/SubmittingPatches
https://bugs.winehq.org/show_bug.cgi?id=37161
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Patch submitted. http://source.winehq.org/patches/data/113179
https://bugs.winehq.org/show_bug.cgi?id=37161
Sergey Isakov isakov-sl@bk.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |isakov-sl@bk.ru
--- Comment #3 from Sergey Isakov isakov-sl@bk.ru --- Can be closed FIXED
https://bugs.winehq.org/show_bug.cgi?id=37161
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |5eaf2b5179ba5d95ebc4ffd6683 | |4a96dfe07d21d Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #4 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- http://source.winehq.org/git/wine.git/?a=commit;h=5eaf2b5179ba5d95ebc4ffd668...
https://bugs.winehq.org/show_bug.cgi?id=37161
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Version|unspecified |1.7.25
https://bugs.winehq.org/show_bug.cgi?id=37161
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.8-rc1.