It's what happens by default, if you don't apply a LOD bias or explicit LOD selection in the shader. The GPU uses mip levels appropriate for the target resolution of the current render pass, i.e. in case of DLSS, the resolution before scaling to the output resolution. Applying LOD bias is easy, it's just something the developer needs to do.Is using MIP maps at the internal resolution something that carried over from console development?