|
anbox-platform-sdk
1.26.0
Anbox Platform SDK API documentation
|
AnboxDirectGraphicsConfiguration defines how Anbox should configure the graphics implementation inside the Android container. More...
#include <types.h>
Collaboration diagram for AnboxDirectGraphicsConfiguration:Public Attributes | |
| char | gl_vendor [MAX_NAME_LENGTH] |
| uint32_t | gl_version |
| char | vulkan_vendor [MAX_NAME_LENGTH] |
| uint32_t | vulkan_version |
| char | gralloc_vendor [MAX_NAME_LENGTH] |
AnboxDirectGraphicsConfiguration defines how Anbox should configure the graphics implementation inside the Android container.
This primarily contains names to be used to instruct Android which drivers to load.
| char AnboxDirectGraphicsConfiguration::gl_vendor[MAX_NAME_LENGTH] |
| char AnboxDirectGraphicsConfiguration::gralloc_vendor[MAX_NAME_LENGTH] |
| char AnboxDirectGraphicsConfiguration::vulkan_vendor[MAX_NAME_LENGTH] |