feat: performance r_DepthOfField support

This commit is contained in:
2025-03-15 13:42:14 +08:00
parent cb77b69fa1
commit b830b2b863
9 changed files with 50 additions and 0 deletions

View File

@ -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,