X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=framework%2Fopengl%2FgluFboRenderContext.cpp;h=e71848a9b18da9bada715d6ce97ac8b95dc5d86a;hb=1b91247d4ad206cbdbef731a2bac9151d6ddda70;hp=f1469ac4a6c414d9f92e4f07f9eefb99910293c7;hpb=5c23a0fa04d77910c195fd749a97212dd48208ef;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/framework/opengl/gluFboRenderContext.cpp b/framework/opengl/gluFboRenderContext.cpp index f1469ac..e71848a 100644 --- a/framework/opengl/gluFboRenderContext.cpp +++ b/framework/opengl/gluFboRenderContext.cpp @@ -180,7 +180,7 @@ FboRenderContext::FboRenderContext (const ContextFactory& factory, const RenderC nativeRenderConfig.type = config.type; nativeRenderConfig.windowVisibility = config.windowVisibility; // \note All other properties are defaults, mostly DONT_CARE - m_context = factory.createContext(nativeRenderConfig, cmdLine); + m_context = factory.createContext(nativeRenderConfig, cmdLine, DE_NULL); createFramebuffer(config); } catch (...)