On Mon Mar 24 22:24:53 2025 +0000, Connor McAdams wrote:
I just used `IDirect3DSurface9_GetDesc(src_surface, &src_surface_desc);` here on the surface instead of doing a separate call for each texture type, hopefully that's fine as well. I can change if it doing the separate calls makes the code clearer.
That certainly works, even better :thumbsup: