16 Mar
2025
16 Mar
'25
5:33 p.m.
Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/tests/volume.c:
IDirect3DVolumeTexture9_Release(volume_texture); }
+static void set_vec3(D3DXVECTOR3 *v, float x, float y, float z) +{ + v->x = x; + v->y = y; + v->z = z; +} + +static const D3DXVECTOR4 quadrant_color[] = {
Style comments, sorry: ```suggestion:-0+0 static const D3DXVECTOR4 quadrant_color[] = { ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7577#note_98003