Links

Content Skeleton

This Page

Previous topic

opengl

Next topic

OpenGL Versions

OpenGL Releases

OpenGL ES

PyOpenGL Deprecations

import OpenGL
OpenGL.FORWARD_COMPATIBLE_ONLY = True
(chroma_env)delta:g4daeview blyth$ grep -l import\ OpenGL *.py
daeclipper.py
daeframehandler.py
daeillustrate.py
daelights.py
daemenu.py
daephotonsrenderer.py
daetext.py
daevertexbuffer.py
daeviewport.py

OSX OpenGL capabilites matrix

The GL_ARB extension system means that correspondence between an OpenGL feature and the OS implmentation is not cut and dryed. Hence the matrix:

However:

  • For OSX 10.9 (Mavericks, Oct 2013) compatibility only extends up to features from OpenGL 4.1
  • For OSX 10.8.5 () compatibility only extends up to features from OpenGL 3.2

OpenGL Superbible OSX examples on Mavericks