diff options
| author | Dentomologist <dentomologist@gmail.com> | 2026-01-31 15:02:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-31 15:02:09 -0800 |
| commit | 6711d77b9901ed0a4418203db49ed4d8576e6fe0 (patch) | |
| tree | 6bfb3096dcbec71e87238e9965b171eb03735061 /Source/Core/VideoCommon | |
| parent | 16276928ccb6d14e32cd33cde993f70503f0e838 (diff) | |
| parent | f31f11c0a4b37decebd0e0a349bdc33691fdd657 (diff) | |
Merge pull request #14204 from Geotale/update-comment
Update Comments Based On Hardware Test
Diffstat (limited to 'Source/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/UberShaderPixel.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/UberShaderPixel.cpp b/Source/Core/VideoCommon/UberShaderPixel.cpp index 45292e41d0..be6571ff7f 100644 --- a/Source/Core/VideoCommon/UberShaderPixel.cpp +++ b/Source/Core/VideoCommon/UberShaderPixel.cpp @@ -398,9 +398,7 @@ ShaderCode GenPixelShader(APIType api_type, const ShaderHostConfig& host_config, " D = D << scale;\n" " }}\n" "\n" - " // TODO: Is this rounding bias still added when the scale is divide by 2? " - "Currently we " - "do not apply it.\n" + " // This rounding bias is not added when the scale is divide by 2\n" " if (scale != 3u)\n" " lerp = lerp + (op ? 127 : 128);\n" "\n" |
