diff --git a/Config/Core/Renderer.yaml b/Config/Core/Renderer.yaml index be3eabd..48807f4 100644 --- a/Config/Core/Renderer.yaml +++ b/Config/Core/Renderer.yaml @@ -1,5 +1,5 @@ vulkan: false # The Vulkan renderer is not yet implemented -v-sync: false # To run or not to run in V-Sync mode +v-sync: true # To run or not to run in V-Sync mode msaa-samples: 8 # Multisampling sample count sample-rate-shading: false # Enable or disable sample rate shading(vulkan only feature) -sample-rate-shading-mult: 0.1 # Sample rate shading multiplier \ No newline at end of file +sample-rate-shading-mult: 0.1 # Sample rate shading multiplier