fholger / openvr_fsr

Add Image Upscaling via AMD FidelityFX SuperResolution or NVIDIA Image Scaling to SteamVR games
Other
1.69k stars 64 forks source link

No debug output in case of NIS #119

Closed drsoran closed 2 years ago

drsoran commented 2 years ago

I tried to use the new NIS option in FSR2.0 for DCS World. I had no issues with FSR so far. I`m on a Radeon 6900XT.

I used this openvr_mod.cfg:

  "fsr": {
    "enabled": false,    
    "useNIS": true,
    "renderScale": 0.8,
    "sharpness": 1.0,
    "radius": 0.5,
    "applyMIPBias": false,    
    "debugMode": true
  }
}

When starting DCS I see no circle and almost no debug logging. Log file is:

Initializing hooks...
Requested interface IVRSystem_019
Injecting GetRecommendedRenderTargetSize into IVRSystem_019
Requested interface IVRCompositor_022
Injecting Submit into IVRCompositor_022
Requested interface IVRExtendedDisplay_001
Requested interface IVRRenderModels_006
Error when submitting for eye 0: 108
Error when submitting for eye 1: 108

The errors are very suspicious. And thanks for the great work.

drsoran commented 2 years ago

OK, now I see it! "enabled": false". I misinterpreted this as "FSR enabled" but this is a global switch. After setting it to true it worked for me.

Sorry, issue can be closed.