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

Structure definitions are missing #21

Open
eclazi opened this issue Apr 30, 2021 · 2 comments
Open

Structure definitions are missing #21

eclazi opened this issue Apr 30, 2021 · 2 comments

Comments

@eclazi
Copy link

eclazi commented Apr 30, 2021


int ADL2_ApplicationProfiles_PropertyType_Get (ADL_CONTEXT_HANDLE context, const wchar_t *DriverArea, const wchar_t *PropertyName, DATATYPES *outType)
int ADL_ApplicationProfiles_DriverAreaPrivacy_Get (const wchar_t *DriverArea, PRIVACYTYPES *outDriverAreaPrivacy)
int ADL_ApplicationProfiles_GetCustomization (ADL_AP_DATABASE Databaseln, CUSTOMISATIONS *pCustomizationOut)

PRIVACYTYPES , CUSTOMISATIONS, DATATYPES have no definition in any of the include files, but are documented.

Looks like "structures.h" is missing from the SDK

@eclazi
Copy link
Author

eclazi commented Apr 30, 2021

Also ADLVulkanAppInfo is missing

@eclazi eclazi changed the title Application profiles structure definitions are missing Structure definitions are missing Apr 30, 2021
@eclazi
Copy link
Author

eclazi commented Apr 30, 2021

ADL_Display_ModeTimingOverrideInfo_Get (int iAdapterIndex, int iDisplayIndex, ADL_DL_DISPLAY_MODE *lpModeIn, ADL_DL_DISPLAYMODEINFO *lpModeInfoOut)

ADL_DL_DISPLAY_MODE and ADL_DL_DISPLAYMODEINFO are missing

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

No branches or pull requests

1 participant