X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FOpenGl%2FOpenGl_ArbTBO.hxx;h=12b3deb1d9d97f18411d82fbb0c331e7ce013163;hp=34ef3c2c0491f38fd565708cf42f6fa5cde0981d;hb=0c33a0bf4d320a4afef435687477636a570100b3;hpb=01ca42b2c104686be01bf97e8a38c836eb42edda diff --git a/src/OpenGl/OpenGl_ArbTBO.hxx b/src/OpenGl/OpenGl_ArbTBO.hxx index 34ef3c2..12b3deb 100644 --- a/src/OpenGl/OpenGl_ArbTBO.hxx +++ b/src/OpenGl/OpenGl_ArbTBO.hxx @@ -18,12 +18,10 @@ #include -//! TBO is available on OpenGL 3.0+ hardware +//! TBO is available on OpenGL 3.0+ and OpenGL ES 3.2+ hardware struct OpenGl_ArbTBO : protected OpenGl_GlFunctions { - using OpenGl_GlFunctions::glTexBuffer; - }; #endif // _OpenGl_ArbTBO_H__