Skip to content

Commit 8b3f5c3

Browse files
committed
Update readme
The releases tab in the GitHub UI is not necessarily super-obvious. Add a button to the readme that links to the latest release.
1 parent dbeff30 commit 8b3f5c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The AMD GPU Services (AGS) library provides software developers with the ability
55

66
In addition to the library itself, the AGS SDK includes several samples to demonstrate use of the library.
77

8+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="114" height="29">
9+
<a xlink:href="https://github.com/GPUOpen-LibrariesAndSDKs/AGS_SDK/releases/latest/">
10+
<rect rx="3" ry="3" width="114" height="29" style="fill:#6cc644"></rect>
11+
<text x="57" y="14" fill="white" font-weight="bold" text-anchor="middle" alignment-baseline="central">Latest release</text>
12+
</a>
13+
</svg>
14+
815
### What's new in AGS
916
AGS now returns a lot more information from the GPU in addition to exposing the explicit Crossfire API and other extensions for DirectX 11. Highlights include the following:
1017

0 commit comments

Comments
 (0)