16 Oct
2025
16 Oct
'25
11:23 a.m.
Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/d3dx_helpers.h:
HRESULT d3dx_save_pixels_to_memory(struct d3dx_pixels *src_pixels, const struct pixel_format_desc *src_fmt_desc, enum d3dx_image_file_format file_format, const struct d3dx_buffer_wrapper *wrapper, struct d3dx_buffer *dst_buffer);
+/* + * Structure that is able to be cast to D3D10_SUBRESOURCE_DATA and + * D3D11_SUBRESOURCE_DATA. + */ Maybe just "Compatible with D3D10_SUBRESOURCE_DATA and D3D11_SUBRESOURCE_DATA."
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9155#note_118695