0030748: Visualization - Marker displayed in immediate layer ruins QT Quick view...
[occt.git] / src / OpenGl / OpenGl_GlCore32.hxx
index a32c062..9726864 100644 (file)
@@ -23,6 +23,8 @@ template<typename theBaseClass_t>
 struct OpenGl_TmplCore32 : public theBaseClass_t
 {
 
+#if !defined(GL_ES_VERSION_2_0)
+
 public: //! @name GL_ARB_draw_elements_base_vertex (added to OpenGL 3.2 core)
 
   using theBaseClass_t::glDrawElementsBaseVertex;
@@ -57,6 +59,8 @@ public: //! @name OpenGL 3.2 additives to 3.1
   using theBaseClass_t::glGetBufferParameteri64v;
   using theBaseClass_t::glFramebufferTexture;
 
+#endif
+
 };
 
 //! OpenGL 3.2 compatibility profile.