[client] egl: add ffx cas configuration options

This commit is contained in:
Geoffrey McRae
2021-08-10 01:10:08 +10:00
parent 88eada3494
commit cc3494437a
2 changed files with 29 additions and 8 deletions

View File

@@ -181,6 +181,22 @@ static struct Option egl_options[] =
.type = OPTION_TYPE_BOOL,
.value.x_bool = false
},
{
.module = "eglFilter",
.name = "ffxCAS",
.description = "AMD FidelityFX CAS",
.type = OPTION_TYPE_BOOL,
.value.x_bool = false
},
{
.module = "eglFilter",
.name = "ffxCASSharpness",
.description = "AMD FidelityFX CAS Sharpness",
.type = OPTION_TYPE_FLOAT,
.value.x_float = 0.0f
},
{0}
};