|
24 | 24 |
|
25 | 25 | #define AMD_AGS_VERSION_MAJOR 3 |
26 | 26 | #define AMD_AGS_VERSION_MINOR 2 |
27 | | -#define AMD_AGS_VERSION_PATCH 0 |
| 27 | +#define AMD_AGS_VERSION_PATCH 1 |
28 | 28 |
|
29 | 29 | #ifdef __cplusplus |
30 | 30 | extern "C" { |
@@ -142,7 +142,7 @@ struct AGSDisplayInfo |
142 | 142 | // area associated with this display. If bezel compensation is enabled, this |
143 | 143 | // area will be larger than what the display can natively present to account |
144 | 144 | // for bezel area. If bezel compensation is disabled, this area will be equal |
145 | | - // to what the display can support natively. |
| 145 | + // to what the display can support natively. |
146 | 146 |
|
147 | 147 | AGSRect displayRectVisible; // Contains the base offset and dimensions in pixels of the SLS rendering area |
148 | 148 | // associated with this display that is visible to the end user. If bezel |
@@ -186,6 +186,7 @@ struct AGSGPUInfo |
186 | 186 | int revisionId; // The revision id |
187 | 187 |
|
188 | 188 | const char* driverVersion; // The driver package version |
| 189 | + const char* radeonSoftwareVersion; // The Radeon Software Version |
189 | 190 |
|
190 | 191 | int iNumCUs; // Number of GCN compute units. Zero if not GCN |
191 | 192 | int iCoreClock; // core clock speed at 100% power in MHz |
@@ -223,7 +224,7 @@ AMD_AGS_API AGSReturnCode agsDeInit( AGSContext* context ); |
223 | 224 | // context - Pointer to a context. |
224 | 225 | // |
225 | 226 | // Output params |
226 | | -// numGPUs - Number of GPUs used for Crossfire acceleration |
| 227 | +// numGPUs - Number of GPUs used for Crossfire acceleration |
227 | 228 | // |
228 | 229 | AMD_AGS_API AGSReturnCode agsGetCrossfireGPUCount( AGSContext* context, int* numGPUs ); |
229 | 230 |
|
@@ -424,9 +425,8 @@ AMD_AGS_API AGSReturnCode agsDriverExtensions_NotifyResourceBeginAllAccess( AGSC |
424 | 425 | AMD_AGS_API AGSReturnCode agsDriverExtensions_NotifyResourceEndAllAccess( AGSContext* context, ID3D11Resource* resource ); |
425 | 426 |
|
426 | 427 |
|
427 | | - |
428 | 428 | #ifdef __cplusplus |
429 | | -}; // extern C |
| 429 | +} // extern "C" |
430 | 430 | #endif |
431 | 431 |
|
432 | 432 | #endif // AMD_AGS_H |
0 commit comments