ADL (AMD Display Library) Public APIs
Version 17.1
|
Description: This Sample application demonstrates the usage of ADL2 APIs in the application that contains multiple uncoordinated ADL transactions. ADL2 APIs have been added to ADL to allow creation of the applications that contain multiple clients that call ADL2 APIs in uncoordinated manner without risking destroying each other’s context. You can use legacy ADL and newer ADL2 APIs in the same application. The only limitation is that no more than one client that uses ADL APIs can exist at any given time in the same process. There is no limit to number of clients that use ADL2 APIs. This sample demonstrates how to author application that contains multiple ADL2 transactions and single legacy ADL transaction.
Supported OS: Windows Init and Destroy: Initialize the library before using it and destroy it after the usage. Refer to InitADL() for initialization and clean-up is done inside main function only. Adapter Status: