openGL 1.5/2.0

VIAN

Diamond Member
Aug 22, 2003
6,575
1
0
IIRC:

OpenGL 1.5 begins the path to having shaders.

OpenGL 2.0 finishes the path.

I don't think 2.0 is out yet however.
 

bersl2

Golden Member
Aug 2, 2004
1,617
0
0
Originally posted by: VIAN
IIRC:

OpenGL 1.5 begins the path to having shaders.

OpenGL 2.0 finishes the path.

I don't think 2.0 is out yet however.

OpenGL version 2.0, released on September 7, 2004, is the sixth revision since the original version 1.0. Despite incrementing the major version number (to indicate support for high-level programmable shaders), version 2.0 is upward compatible with earlier versions, meaning that any program that runs with a 1.5, 1.4, 1.3, 1.2, 1.1, or 1.0 GL implementation will also run unchanged with a 2.0 GL implementation.

And even then, the necessary features can be implemented as extensions in previous versions. The version number just guarantees the minimum level of supported operations.
 

cubby1223

Lifer
May 24, 2004
13,518
42
86
OpenGL 2 is usually only found with hardware support in the workstation class graphic cards.