Skip to content

Machine-readable mapping from public driver version to AMD Vulkan component version

License

Notifications You must be signed in to change notification settings

xdevs23/amd-vulkan-versions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Please visit https://gpuopen.com/decoding-radeon-vulkan-versions/ for more information.

Iterate over <amd_drivers> and interrogate the following:

<amd_drivers>
    <!-- many of the following -->
    <driver version="DRIVER_VERSION" operating-system="OS">
        <whql>WHQL</whql>
        <download-url>DOWNLOAD_URL</download-url>
        <internal-version>INTERNAL_VERSION</internal-version>
        <windows-version>WINDOWS_VERSION</windows-version>
        <vulkan-version>VULKAN_VERSION</vulkan-version>
	<release-date>ISO 8601 YYYY-MM-DD</release-date>
    </driver>
</amd_drivers>
  • version: Public version number, queried via AGS
    • AGSGPUInfo->radeonSoftwareVersion link
  • operating-system: Windows
  • whql: WHQL or Optional
  • download-url: Download link
  • internal-version: AMD internal development version number
  • windows-version: Windows Driver Store version number
  • vulkan-version: AMD Vulkan ICD version number
  • release-date: ISO 8601 YYYY-MM-DD release date

About

Machine-readable mapping from public driver version to AMD Vulkan component version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published