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

🛑 Query frame rate limits #17

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Conversation

janie177
Copy link
Member

Depends on #16.

This adds functions to query the Radeon Chill and Frame Rate Target Control settings from the driver.

Comment on lines +11 to +12
#[doc(alias = "IADLX3DSettingsServices")]
pub struct ThreeDWaitForVerticalRefresh(InterfaceImpl);
Copy link
Member

Choose a reason for hiding this comment

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

👀

Comment on lines +12 to +13
#[doc(alias = "IADLXDisplayServices")]
pub struct DisplaysServices(InterfaceImpl);
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
#[doc(alias = "IADLXDisplayServices")]
pub struct DisplaysServices(InterfaceImpl);
#[doc(alias = "IADLXDisplayServices")]
pub struct DisplayServices(InterfaceImpl);

etc?

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.

3 participants