Warning, file /include/opencascade/OpenGl_GlCore13.hxx was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef OpenGl_GlCore13_HeaderFile
0017 #define OpenGl_GlCore13_HeaderFile
0018
0019 #include <OpenGl_GlCore12.hxx>
0020
0021
0022 struct OpenGl_GlCore13 : public OpenGl_GlCore12
0023 {
0024
0025 public:
0026
0027 #if !defined(GL_ES_VERSION_2_0)
0028 using OpenGl_GlFunctions::glCompressedTexImage3D;
0029 using OpenGl_GlFunctions::glCompressedTexImage1D;
0030 using OpenGl_GlFunctions::glCompressedTexSubImage3D;
0031 using OpenGl_GlFunctions::glCompressedTexSubImage1D;
0032 using OpenGl_GlFunctions::glGetCompressedTexImage;
0033 #endif
0034
0035 using OpenGl_GlFunctions::glActiveTexture;
0036 using OpenGl_GlFunctions::glSampleCoverage;
0037 using OpenGl_GlFunctions::glCompressedTexImage2D;
0038 using OpenGl_GlFunctions::glCompressedTexSubImage2D;
0039
0040 };
0041
0042 #endif