Misha Koshelev wrote:
Dear All:
I may be mistaken, but it appears that the constants used for D3DX Mesh Options: http://msdn.microsoft.com/en-us/library/bb205746%28v=VS.85%29.aspx
are not yet present in Wine.
For example, in the main Wine source directory the command:
find . -name *.h -exec grep D3DXMESH_32BIT {} ;
does not return any results.
I would like to add these constants.
My question: Can I simply
- look at the relevant DirectX 9 Microsoft .h files and add the
constants (rewriting of course not copy paste) from there?
This should come from the PSDK (that is the Microsoft SDK that is publically available.) This cannot come from non-public sources and/or source code....
or 2) do I have to do something more complicated?
This may be the truth. Others may chime in and advise further.
James McKenzie