AMD GPU Services (AGS)
Public Attributes | List of all members
AGSRect Struct Reference

All function calls in AGS require a pointer to a context. This is generated via agsInitialize. More...

#include <amd_ags.h>

Public Attributes

int offsetX
 Offset on X axis.
 
int offsetY
 Offset on Y axis.
 
int width
 Width of rectangle.
 
int height
 Height of rectangle.
 

Detailed Description

All function calls in AGS require a pointer to a context. This is generated via agsInitialize.

The rectangle struct used by AGS.