Re: d3dx8: Implementation of D3DXGetFVFVertexSize with tests try 2

2008-08-25 Thread David Adam
Hello, could you keep the style of the file, please? For instance for (.) { } instead of for (.) { } The same for the if condition and the switch condition? David

Re: Implementation of D3DXGetFVFVertexSize with tests

2008-04-08 Thread Uwe Bonnes
> "David" == David Adam <[EMAIL PROTECTED]> writes: ... David> What is the purpose of the line David> + ok(TRUE,"prueba"); ? "prueba" could be spanish for test. David> David Hello,to keep the code readable, you should put Please, no HTML in mails -- Uwe Bonnes

Implementation of D3DXGetFVFVertexSize with tests

2008-04-08 Thread David Adam
Hello, to keep the code readable, you should put your function in a new file. For instance, d3dx8/mesh.c would be fine (msdn put this functio in the mesh category). Otherwise, the whole code is going to implemented in the file d3dx8/d3dx8_main.c. What is the purpose of the line +ok(TRUE,"pr