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