[Title] compile error cause of header file missing.
authorSangjin Kim <sangjin3.kim@samsung.com>
Tue, 21 Aug 2012 12:04:35 +0000 (21:04 +0900)
committerSangjin Kim <sangjin3.kim@samsung.com>
Tue, 21 Aug 2012 12:04:35 +0000 (21:04 +0900)
[Type] bug fix.
[Module] opengl
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/src/hw/gloffscreen_test.c

index bfd66bb..e3787d5 100644 (file)
@@ -133,7 +133,7 @@ int gl_acceleration_capability_check (void) {
     printf("GL VENDOR %s\n", glGetString(GL_VENDOR));
     printf("GL RENDERER %s\n", glGetString(GL_RENDERER));
     printf("GL VERSION %s\n", glGetString(GL_VERSION));
-    printf("GLSL VERSION %s\n", glGetString(GL_SHADING_LANGUAGE_VERSION));
+    //printf("GLSL VERSION %s\n", glGetString(GL_SHADING_LANGUAGE_VERSION));
 
     if (strstr (glGetString(GL_RENDERER), "Software")) {
         printf ("Host does not have GL hardware acceleration!\n");