Changes between Version 12 and Version 13 of tutorial


Ignore:
Timestamp:
Jun 27, 2013, 12:52:05 AM (11 years ago)
Author:
leon
Comment:

fix

Legend:

Unmodified
Added
Removed
Modified
  • tutorial

    v12 v13  
    11[[PageOutline]]
    22= OpenGL hands-on tutorial =
    3 Running this tutorial on Linux desktop one requires at least OpenGL 2.0 graphics
    4 with OpenGL Shading Language (GLSL) 1.1 and supporting libraries GL, GLU, GLUT, GLEW.
    5 This can be verified with commands:
     3Running this tutorial on Linux desktop one requires at least the OpenGL 2.0 graphics
     4with the OpenGL Shading Language (GLSL) 1.1 and supporting libraries GL, GLU, GLUT, GLEW.
     5This can be verified with the following commands:
    66{{{
    77#!sh
     
    259259    }
    260260   }}}
     261   Create some error to verify if it works.
    261262 3. For general (core) OpenGL errors we can use the following utility at suspicious places.
    262263  {{{