We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Also ADLVulkanAppInfo is missing
ADLVulkanAppInfo
Sorry, something went wrong.
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
No branches or pull requests
PRIVACYTYPES , CUSTOMISATIONS, DATATYPES have no definition in any of the include files, but are documented.
Looks like "structures.h" is missing from the SDK
The text was updated successfully, but these errors were encountered: