mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 12:25:58 +03:00
26 lines
1.1 KiB
INI
26 lines
1.1 KiB
INI
[Cmd]
|
|
cmd.exportCVars=false # Export all cvars to ini files.
|
|
cmd.ui.exportStrings=false # Export ui string to ini files.
|
|
cmd.updatePasses=false # Update passes shader and pipeline info.
|
|
|
|
[ImGui]
|
|
r.ImGui.FontAwesomeBandsFilePath=font/fa-brands-400.ttf # ImGui awesome font brands file path.
|
|
r.ImGui.FontAwesomeFilePath=font/fa-solid-900.ttf # ImGui awesome font file path.
|
|
r.ImGui.FontEnglishFilePath=font/deng.ttf # ImGui font english file path.
|
|
r.ImGui.FontSize=16 # ImGui font size.
|
|
r.ImGui.IconSize=13 # ImGui icon size.
|
|
|
|
[RHI]
|
|
r.RHI.BindlessMaxCount=10000 # Bindless set max count.
|
|
r.RHI.DebugMarkerEnable=true # Enable debug marker or not.
|
|
r.RHI.DebugUtilsEnable=true # Debug utils enable or not.
|
|
r.RHI.DebugUtilsLevel=1 # Debug utils output info levels, 0 is off, 1 is only error, 2 is warning|error, 3 is info|warning|error, 4 is all message capture from validation.
|
|
r.RHI.HDREnable=true # Enable hdr feature or not.
|
|
r.RHI.OpenValidation=true # Enable rhi validation info output or not.
|
|
r.RHI.RayTraceEnable=true # Enable ray trace feature or not.
|
|
|
|
[stat]
|
|
stat.frameGraph=1 # Enable stat frame graph.
|
|
stat.unit=1 # Enable stat unit frame.
|
|
|