From 27ab2edb98b19bee9e9e10eff430f51ebbc07691 Mon Sep 17 00:00:00 2001 From: Jason Stewart Date: Mon, 15 Feb 2016 08:06:53 -0500 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34413df..ca13adb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # AMD AGS SDK ![AMD AGS SDK](http://gpuopen-librariesandsdks.github.io/media/amd_logo_black.png) -The AMD GPU Services (AGS) library provides software developers with the ability to query AMD GPU software and hardware state information that is not normally available through standard operating systems or graphic APIs. Version 3.1 of the library includes support for querying graphics driver version info, GPU performance, Crossfire™ (AMD's multi-GPU rendering technology) configuration info, and Eyefinity (AMD's multi-display rendering technology) configuration info. AGS also exposes the explicit Crossfire API, as well as additional functionality supported in the AMD driver for DirectX 11. +The AMD GPU Services (AGS) library provides software developers with the ability to query AMD GPU software and hardware state information that is not normally available through standard operating systems or graphic APIs. Version 3.2 of the library includes support for querying graphics driver version info, GPU performance, Crossfire™ (AMD's multi-GPU rendering technology) configuration info, and Eyefinity (AMD's multi-display rendering technology) configuration info. AGS also exposes the explicit Crossfire API, as well as additional functionality supported in the AMD driver for DirectX 11. In addition to the library itself, the AGS SDK includes several samples to demonstrate use of the library.