0025219: Visualization, TKOpenGl - disable code paths unavailable on OpenGL ES 2.0
[occt.git] / src / OpenGl / OpenGl_ArbDbg.hxx
index d73c7a5..934551b 100755 (executable)
 //! Debug context routines
 struct OpenGl_ArbDbg : protected OpenGl_GlFunctions
 {
-
+#if !defined(GL_ES_VERSION_2_0)
   using OpenGl_GlFunctions::glDebugMessageControlARB;
   using OpenGl_GlFunctions::glDebugMessageInsertARB;
   using OpenGl_GlFunctions::glDebugMessageCallbackARB;
   using OpenGl_GlFunctions::glGetDebugMessageLogARB;
-
+#endif
 };
 
 #endif // _OpenGl_ArbDbg_H__