We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0deac commit 75d5353Copy full SHA for 75d5353
shell/platform/tizen/tizen_renderer_egl.cc
@@ -331,6 +331,7 @@ void* TizenRendererEgl::OnProcResolver(const char* name) {
331
GL_FUNC(glGenTextures)
332
GL_FUNC(glGetBufferParameteriv)
333
GL_FUNC(glGetError)
334
+ GL_FUNC(glGetFloatv)
335
GL_FUNC(glGetFramebufferAttachmentParameteriv)
336
GL_FUNC(glGetIntegerv)
337
GL_FUNC(glGetProgramInfoLog)
0 commit comments