Mercurial > games > semicongine
diff tests/hello_triangle.nim @ 1499:1f58458b7ef7 default tip
did: fix a few issues with tests
author | sam <sam@basx.dev> |
---|---|
date | Tue, 14 Oct 2025 00:27:28 +0700 |
parents | 768bf1a8407b |
children |
line wrap: on
line diff
--- a/tests/hello_triangle.nim Thu Sep 25 23:53:41 2025 +0700 +++ b/tests/hello_triangle.nim Tue Oct 14 00:27:28 2025 +0700 @@ -11,7 +11,7 @@ ) # the swapchain, needs to be attached to the main renderpass -setupSwapchain(renderpass = renderpass) +setupSwapchain(renderpass = renderpass, vSync=false, tripleBuffering=true) # render data is used for memory management on the GPU var renderdata = initRenderData()