25 Jul
2013
25 Jul
'13
5:13 p.m.
2013/7/24 Rico Schüller <kgbricola(a)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 :)