README 284 B

123456789101112131415
  1. This is a simple example program that creates a dummy GLUT window to get a
  2. valid opengl context then print the glsl version string
  3. To Build:
  4. make
  5. To Run:
  6. ./example
  7. Example Run #1:
  8. Issuing:
  9. ./example
  10. should produce something like:
  11. GL_SHADING_LANGUAGE_VERSION: 1.20