From 5440eabb813aafb827482f7d3e7bc25860defe61 Mon Sep 17 00:00:00 2001 From: Sangjin Kim Date: Fri, 31 Aug 2012 12:13:34 +0900 Subject: [PATCH] [Title] pixmap patch for windows wgl v2. [Type] feature [Module] opengl [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- tizen/src/hw/gloffscreen_wgl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tizen/src/hw/gloffscreen_wgl.c b/tizen/src/hw/gloffscreen_wgl.c index 5f6df684c7..18bc96c080 100644 --- a/tizen/src/hw/gloffscreen_wgl.c +++ b/tizen/src/hw/gloffscreen_wgl.c @@ -625,6 +625,7 @@ static const char *STANDARD_GL_FUNCTIONS ={ "glXQueryDrawable\0" "glXGetVisualFromFBConfig\0" "glXIsDirect\0" +"glXCreatePixmap\0" "\0" }; -- 2.34.1