Skip to content

Commit

Permalink
Update Renderer.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K authored Feb 8, 2025
1 parent 52868fb commit 06de3ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Config/Core/Renderer.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
vulkan: false # The Vulkan renderer is not yet implemented
vulkan: false # Enables Vulkan/WebGPU renderers
v-sync: true # To run or not to run in V-Sync mode
msaa-samples: 16 # Multisampling sample count
msaa-samples: 8 # Multisampling sample count
power-saving: # The power saving mode limits the number of frames that are drawn when idling. Will not work for applications with live plots or animations
enabled: true
idle-frames: 5 # The number of frames to output while idling

0 comments on commit 06de3ab

Please sign in to comment.