Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

SDLOpenGLDisplayDevice.C File Reference

#include <stdlib.h>
#include <math.h>
#include <GL/gl.h>
#include <SDL.h>
#include "OpenGLDisplayDevice.h"
#include "Inform.h"
#include "utilities.h"
#include "config.h"

Go to the source code of this file.

Variables

const char * glStereoNameStr [OPENGL_STEREO_MODES]
const char * glRenderNameStr [OPENGL_RENDER_MODES]
const char * glCacheNameStr [OPENGL_CACHE_MODES]


Variable Documentation

const char* glCacheNameStr[OPENGL_CACHE_MODES] [static]
 

Initial value:

{ "Off",
  "On" }

Definition at line 58 of file SDLOpenGLDisplayDevice.C.

const char* glRenderNameStr[OPENGL_RENDER_MODES] [static]
 

Initial value:

{ "Normal",
  "GLSL",
  "Acrobat3D" }

Definition at line 53 of file SDLOpenGLDisplayDevice.C.

const char* glStereoNameStr[OPENGL_STEREO_MODES] [static]
 

Initial value:

 
 { "Off", 
   "QuadBuffered", 
   "DTI SideBySide",
   "Checkerboard",
   "ColumnInterleaved",
   "RowInterleaved",
   "Anaglyph", 
   "SideBySide", 
   "AboveBelow",
   "Left", 
   "Right" }

Definition at line 40 of file SDLOpenGLDisplayDevice.C.


Generated on Tue May 22 01:48:36 2012 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002