diff options
Diffstat (limited to 'gpu/config/gpu_info.h')
-rw-r--r-- | gpu/config/gpu_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/config/gpu_info.h b/gpu/config/gpu_info.h index 456f4e9..de7a280 100644 --- a/gpu/config/gpu_info.h +++ b/gpu/config/gpu_info.h @@ -36,6 +36,7 @@ struct GPU_EXPORT GPUInfo { // The strings that describe the GPU. // In Linux these strings are obtained through libpci. // In Win/MacOSX, these two strings are not filled at the moment. + // In Android, these are respectively GL_VENDOR and GL_RENDERER. std::string vendor_string; std::string device_string; }; |