gallium: Add st_api::name.
It is the name of the rendering API. This field is informative.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user