2013/7/24 Rico Schüller kgbricola@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 :)