d3dcompiler: Add D3DCompileFromFile, D3DCompile2 stubs

Matteo Bruni matteo.mystral at gmail.com
Mon Jun 29 13:26:08 CDT 2015


2015-06-27 8:41 GMT+02:00 Alistair Leslie-Hughes <leslie_alistair at hotmail.com>:
> Hi,
> These functions are only supported with d3dcompiler version 46 and above.
>
> Changelog:
>         d3dcompiler: Add D3DCompileFromFile, D3DCompile2 stubs
>
>
> Best Regards
>     Alistair Leslie-Hughes

I don't think you need to encompass the function definitions in an #if
D3D_COMPILER_VERSION since they won't be exported anyway by the spec
files for version < 46.

Can you use a format like the one used in D3DCompile() for the tracing
of function parameters in the FIXME?



More information about the wine-devel mailing list