From b391556e70f65c1c5d042463303684a973aad266 Mon Sep 17 00:00:00 2001 From: Taeyoung Kim Date: Wed, 23 Sep 2015 22:43:58 +0900 Subject: [PATCH] add system key for opengl 3.0 Change-Id: I12579a6ad304c14224b4aa3cc1a7d7cec7018968 Signed-off-by: Taeyoung Kim --- org.tizen.guides/html/native/system/sysinfo_n.htm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/org.tizen.guides/html/native/system/sysinfo_n.htm b/org.tizen.guides/html/native/system/sysinfo_n.htm index c2109b9..b23f98b 100644 --- a/org.tizen.guides/html/native/system/sysinfo_n.htm +++ b/org.tizen.guides/html/native/system/sysinfo_n.htm @@ -545,6 +545,10 @@ the Tizen reference implementation. bool The platform returns true for this key and the http://tizen.org/feature/opengles key, if the device supports the OpenGL® ES version 2.0. + http://tizen.org/feature/opengles.version.3_0 + bool + The platform returns true for this key and the http://tizen.org/feature/opengles key, if the device supports the OpenGL® ES version 3.0. +

The following table lists the platform feature keys.

-- 2.7.4