Skip to content

OpenGL: Deprecate vsync & double_buffer options - #322

Merged
prokopyl merged 2 commits into
masterfrom
deprecate-vsync
Aug 22, 2026
Merged

OpenGL: Deprecate vsync & double_buffer options#322
prokopyl merged 2 commits into
masterfrom
deprecate-vsync

Conversation

@prokopyl

Copy link
Copy Markdown
Member

vsync should never be turned on, as it blocks the thread waiting for the next frame (which will also block the host DAW in the plugin case).

Conversely, double_buffer is always turned on, so the setting isn't of much use.

@prokopyl prokopyl added this to the v0.3.X milestone Aug 22, 2026
@prokopyl
prokopyl merged commit 4a4827a into master Aug 22, 2026
14 checks passed
@prokopyl
prokopyl deleted the deprecate-vsync branch August 22, 2026 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant