Direct3D backbuffer stretching -- bilinear filter?

Started by
-1 comments, last by Astantiri 19 years, 1 month ago
Hello everyone, I've been working on a simple RPG engine using Direct3D lately, and I've run across a bit of an annoyance. When running in windowed mode, I'd like the device's backbuffer resolution to remain constant, causing the image to be stretched to fit the window's client area. The problem I'm having with this is that Direct3D seems to automatically apply a bilinear filter to the image when it's stretched--is there any way to change this setting?

This topic is closed to new replies.

Advertisement