[PATCH 4/5] d3dx9/tests: Add ID3DXConstantTable struct test.

Matteo Bruni matteo.mystral at gmail.com
Thu Jul 25 09:13:38 CDT 2013


2013/7/24 Rico Schüller <kgbricola at web.de>:
> ---
>  dlls/d3dx9_36/tests/shader.c | 308
> +++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 308 insertions(+)
>

This is okay, but as a followup can you add some tests with mixed-type
structs? Something like:

struct
{
    float f;
    int i;
    bool b;
};

If you have already written tests of this kind, I'd like to know what
does the compiler do in this case :)



More information about the wine-devel mailing list