.. | ||
amd_ags_x64_2022_MT.lib | ||
amd_ags_x86_2022_MT.lib | ||
README.md |
The files in this folder are required for the Windows platform support in the gpui library.
amd_ags_x64.lib & amd_ags_x86.lib
These libraries are used for AMD GPU support, currently only used on Windows, mainly for retrieving GPU information and capabilities. They are linked against the AMD AGS (AMD GPU Services) library.
The official AMD AGS documentation can be found here. And these two files are grabbed from the official AMD AGS repository, currently at version 6.3.0.
If you want to update these files, don't forget to update the value of AGS_CURRENT_VERSION
in gpui/src/platform/windows/directx_renderer.rs
as well.