We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96065e commit a86f5daCopy full SHA for a86f5da
src/d3d11/d3d11_fsr_upscaler.cpp
@@ -50,7 +50,7 @@ namespace vrperfkit {
50
ID3D11ShaderResourceView *srvs[1] = {input.inputView};
51
UINT uavCount = -1;
52
ID3D11UnorderedAccessView *uavs[] = {upscaledUav.Get()};
53
- float radius = g_config.upscaling.radius * outputViewport.height;
+ float radius = 0.5f * g_config.upscaling.radius * outputViewport.height;
54
55
if (input.inputViewport != outputViewport) {
56
// upscaling pass
0 commit comments