On Tue Jun 14 22:50:13 2022 +0000, Matteo Bruni wrote:
What's supposed to happen eventually? This is okay for the time being, although it could use a nicer FIXME message (even simply capitalize at the front and period at the end).
The function is not supposed to be called multiple times. Current implementation matches native but it was not well tested (the function reuses D3DX10_IMAGE_LOAD_INFO to store current state, I have only verified that this happens for Width, Height and Format fields). I will change it to `WARN("Called multiple times.\n");`