[PATCH 1/8] d3dcompiler: Add ID3D11ShaderReflectionType stub interface.

Henri Verbeet hverbeet at gmail.com
Mon Nov 8 05:34:45 CST 2010


2010/11/7 Rico Schüller <kgbricola at web.de>:
> ---
>  dlls/d3dcompiler_43/d3dcompiler_private.h |    7 ++
>  dlls/d3dcompiler_43/reflection.c          |  106
> +++++++++++++++++++++++++++++
>  2 files changed, 113 insertions(+), 0 deletions(-)
>
You're adding dead code. Also, I expect there to be no reason to for
the vtbl and implementation structure to be visible outside of
reflection.c.



More information about the wine-devel mailing list