Skip to content

Commit

Permalink
removed cas settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cdozdil committed May 9, 2024
1 parent 11b4afe commit b13e9ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion OptiScaler/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ bool Config::SaveIni()

// CAS
ini.SetValue("CAS", "Enabled", GetBoolValue(Instance()->RcasEnabled).c_str());
ini.SetValue("CAS", "ColorSpaceConversion", GetIntValue(Instance()->CasColorSpaceConversion).c_str());

// Depth
ini.SetValue("Depth", "DepthInverted", GetBoolValue(Instance()->DepthInverted).c_str());
Expand Down
11 changes: 0 additions & 11 deletions nvngx.ini
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ Sharpness=auto
; true or false - Default (auto) is false
Enabled=auto

; Color space conversion for input and output
; Possible values are at the end of the file - Default (auto) is 0
ColorSpaceConversion=auto

[Log]
; Logging
; true or false- Default (auto) is true
Expand Down Expand Up @@ -286,10 +282,3 @@ OutputResourceBarrier=auto
; D3D12_RESOURCE_STATE_VIDEO_ENCODE_READ = 2097152,
; D3D12_RESOURCE_STATE_VIDEO_ENCODE_WRITE = 8388608
;------------------------------------------------------

; ColorSpaceConversion values are;
; 0 = FFX_CAS_COLOR_SPACE_LINEAR -> Linear color space, will do nothing.
; 1 = FFX_CAS_COLOR_SPACE_GAMMA20 -> Convert gamma 2.0 to linear for input and linear to gamma 2.0 for output.
; 2 = FFX_CAS_COLOR_SPACE_GAMMA22 -> Convert gamma 2.2 to linear for input and linear to gamma 2.2 for output.
; 3 = FFX_CAS_COLOR_SPACE_SRGB_OUTPUT -> Only do sRGB conversion for output (input conversion will be done automatically).
; 4 = FFX_CAS_COLOR_SPACE_SRGB_INPUT_OUTPUT -> Convert sRGB to linear for input and linear to sRGB for output.

0 comments on commit b13e9ba

Please sign in to comment.