gallium: Add st_api::name.

It is the name of the rendering API.  This field is informative.
This commit is contained in:
Chia-I Wu
2010-11-17 23:56:42 +08:00
parent cc5c908d7d
commit 28105471af
5 changed files with 13 additions and 0 deletions

View File

@@ -401,6 +401,11 @@ struct st_manager
*/
struct st_api
{
/**
* The name of the rendering API. This is informative.
*/
const char *name;
/**
* The supported rendering API.
*/