mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 02:04:44 +08:00
feat: performance r_DepthOfField support
This commit is contained in:
@ -11,6 +11,16 @@ List get performanceUIConfJsonData => [
|
||||
"value": 1,
|
||||
"group": S.current.performance_json_text_title_graphics
|
||||
},
|
||||
{
|
||||
"key": "r_DepthOfField",
|
||||
"name": S.current.performance_json_text_dof,
|
||||
"info": S.current.performance_json_text_dof_info,
|
||||
"type": "int",
|
||||
"max": 2,
|
||||
"min": 0,
|
||||
"value": 1,
|
||||
"group": S.current.performance_json_text_title_graphics
|
||||
},
|
||||
{
|
||||
"key": "r_AntialiasingMode",
|
||||
"name": S.current.performance_json_text_antialiasing,
|
||||
|
Reference in New Issue
Block a user