Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/tests/surface.c:
return 0;- }
+}
+static void test_format_conversion(IDirect3DDevice9 *device) +{
- struct
- {
D3DFORMAT src_format;const PALETTEENTRY *src_palette;const RECT src_rect;const void *src_data;D3DFORMAT dst_format;const void *expected_dst_data;BOOL partial_todo;
Is this going to be used at some point?