On Tue Sep 30 11:46:50 2025 +0000, Connor McAdams wrote:
I've yet to find any explicit mention of the default filter type for d3dx10/d3dx11 in the documentation, but I doubt that it's a point filter :) I intend on writing some tests to try and figure it out now that I have some understanding of the different filter types. Since we don't handle the `Filter` member in the passed in `D3DX10_IMAGE_LOAD_INFO` and the default type is unknown, I've just defaulted to point here. I can print a `FIXME()` somewhere around here if that'd help clarify, or maybe a code comment.
Got it. Adding a `FIXME()` if / when we figure out that the default filter is not _POINT might be a good idea, but this seems fine for now.