ZIm/crates/gpui/libs
2025-07-27 17:51:16 +08:00
..
amd_ags_x64_2022_MT.lib add amd gpu version support 2025-07-27 17:51:16 +08:00
amd_ags_x86_2022_MT.lib add amd gpu version support 2025-07-27 17:51:16 +08:00
README.md add amd gpu version support 2025-07-27 17:51:16 +08:00

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.