Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/tests/volume.c:
- IDirect3DVolumeTexture9 *volume_texture;
- struct volume_readback volume_rb;
- ID3DXBuffer *buffer = NULL;
- IDirect3DVolume9 *volume;
- WCHAR name_buf_w[64];
- D3DXIMAGE_INFO info;
- char name_buf_a[64];
- unsigned int i, j;
- D3DBOX box;
- HRESULT hr;
- if (!strcmp(winetest_platform, "wine"))
- {
skip("Skipping D3DXSaveVolumeToFile{A,W,InMemory}() tests.\n");
return;
- }
Since we temporarily skip the test on Wine, maybe we should split the new test to its own commit at the start of the series.