Changes between Version 12 and Version 13 of tutorial
- Timestamp:
- Jun 27, 2013, 12:52:05 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
tutorial
v12 v13 1 1 [[PageOutline]] 2 2 = OpenGL hands-on tutorial = 3 Running this tutorial on Linux desktop one requires at least OpenGL 2.0 graphics4 with OpenGL Shading Language (GLSL) 1.1 and supporting libraries GL, GLU, GLUT, GLEW.5 This can be verified with commands:3 Running this tutorial on Linux desktop one requires at least the OpenGL 2.0 graphics 4 with the OpenGL Shading Language (GLSL) 1.1 and supporting libraries GL, GLU, GLUT, GLEW. 5 This can be verified with the following commands: 6 6 {{{ 7 7 #!sh … … 259 259 } 260 260 }}} 261 Create some error to verify if it works. 261 262 3. For general (core) OpenGL errors we can use the following utility at suspicious places. 262 263 {{{