Add OpenGL ES version to device properties.

This commit is contained in:
Karol Wrótniak
2017-12-18 03:18:19 +01:00
parent 2dac3d1bbd
commit 2af554e2a3
6 changed files with 25 additions and 0 deletions

View File

@@ -227,6 +227,7 @@ message DeviceIdentityMessage {
required DevicePhoneMessage phone = 11;
optional string product = 12;
optional string cpuPlatform = 13;
optional string openGLESVersion = 14;
}
message DeviceProperty {