[Misc] (Diligent/Present): hard code disable vsync for now

This commit is contained in:
2025-07-08 15:42:18 +08:00
parent ad626025d5
commit c43ae7ed2c
@@ -910,7 +910,7 @@ namespace MG_EGL::Diligent {
MG_Diligent::g_pContext->Flush();
MG_Util::Debug::LogD("Presenting swap chain");
MG_Diligent::g_pSwapChain->Present();
MG_Diligent::g_pSwapChain->Present(0);
MG_GL::GL::UpdateDefaultFramebuffer();
// if (MG_Diligent::IsInRenderPass) {
// MG_Util::Debug::LogD("Ending current render pass.");