2 questions from the last 30 days
2
votes
1
answer
91
views
How do you upscale DirectX 11 textures?
I have sample code that creates a 320x180 texture and displays it in a resizable window that starts off at 320x180 inner-size.
But as I resize the window upwards, the texture is blurry. I thought that ...
1
vote
1
answer
96
views
How can my WPF app be always on top of all windows (even fullscreen app)? [closed]
I have a small WPF app (just a textbox and a few buttons). I want the window to be on top of all other windows, no matter if they are fullscreen or not.
I have tried all the answers from previous ...