BramTeurlings / 3DGameBridge

Wrapper Project for easy implementation of function in any 3D Game Bridge project
GNU General Public License v3.0
2 stars 1 forks source link

[GB-214] We cannot weave unless the game matches the display resolution #37

Open BramTeurlings opened 7 months ago

BramTeurlings commented 7 months ago

In various games, it’s not possible to get a nice fullscreen image at the right resolution. But it is possible to get a fullscreen image at the wrong resolution.

We need to check if we can change the window resolution from within ReShade so we can weave an image. I previously thought this to not be possible within the ReShade API but perhaps we can making something outselves that uses the window handle directly.

This feature is likely difficult to implement but it would be nice to have.


Originally reported by , imported from: We cannot weave unless the game matches the display resolution
  • status: To Do
  • priority: Medium
  • resolution: Unresolved
  • imported: 2024-04-04
BramTeurlings commented 7 months ago

Subtask of parent task GB-190

BramTeurlings commented 6 months ago

[Epic: srReshade addon]