53 #include <ACG/Config/ACGDefines.hh> 56 #if defined(ARCH_DARWIN) 58 #include <OpenGL/gl.h> 74 #include "../Math/VectorT.hh" 260 bool ACGDLLEXPORT
openGLVersion(
const int _major,
const int _minor,
bool verbose =
true );
276 #endif // ACG_GLTEXT_HH defined Namespace providing different geometric functions concerning angles.
Scalar * data()
access to Scalar array
void compatibilityProfile(bool _enableCoreProfile)
Store opengl core profile setting.
void glNormal(const Vec3f &_n)
Wrapper: glNormal for Vec3f.
void glVertex(const Vec2i &_v)
Wrapper: glVertex for Vec2i.
bool ACGDLLEXPORT openGLVersionTest(const int _major, const int _minor)
std::string getExtensionString()
getExtensionString returns a string containing all supported OpenGL extensions this function uses the...
bool checkExtensionSupported(const std::string &_extension)
void glTexCoord(const Vec2f &_t)
Wrapper: glTexCoord for Vec2f.
void glColor(const Vec3f &_v)
Wrapper: glColor for Vec3f.
bool openGLVersion(const int _major, const int _minor, bool _verbose)