Warning, file /include/opencascade/OpenGl_GlCore42.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_GlCore42_HeaderFile
0017 #define OpenGl_GlCore42_HeaderFile
0018
0019 #include <OpenGl_GlCore41.hxx>
0020
0021
0022 struct OpenGl_GlCore42 : public OpenGl_GlCore41
0023 {
0024 private:
0025 typedef OpenGl_GlCore41 theBaseClass_t;
0026
0027 public:
0028
0029 using theBaseClass_t::glDrawArraysInstancedBaseInstance;
0030 using theBaseClass_t::glDrawElementsInstancedBaseInstance;
0031 using theBaseClass_t::glDrawElementsInstancedBaseVertexBaseInstance;
0032
0033 public:
0034
0035 using theBaseClass_t::glDrawTransformFeedbackInstanced;
0036 using theBaseClass_t::glDrawTransformFeedbackStreamInstanced;
0037
0038 public:
0039
0040 using theBaseClass_t::glGetInternalformativ;
0041
0042 public:
0043
0044 using theBaseClass_t::glGetActiveAtomicCounterBufferiv;
0045
0046 public:
0047
0048 using theBaseClass_t::glBindImageTexture;
0049 using theBaseClass_t::glMemoryBarrier;
0050
0051 public:
0052
0053 using theBaseClass_t::glTexStorage1D;
0054 using theBaseClass_t::glTexStorage2D;
0055 using theBaseClass_t::glTexStorage3D;
0056
0057 };
0058
0059 #endif