Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vsync #65

Merged
merged 4 commits into from Dec 14, 2018
Merged

Vsync #65

merged 4 commits into from Dec 14, 2018

Conversation

BenjaFriend
Copy link
Contributor

Feature/Issue

Disabled vsync when doing presenting the swap chain. Gives higher than 60 fps now

Implementation/Solution

swapChain->Present( 0, 0 ); // no vsync
swapChain->Present( 1, 0 ); // vsync

Tests

  • Have you reviewed your own code?
  • Does it pass unit tests?

Copy link
Contributor

@ArturoKuang ArturoKuang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ship it

@ArturoKuang ArturoKuang merged commit 498adbe into development Dec 14, 2018
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.

None yet

2 participants