Yorumcuk: Gözüken o ki, GLSL (GL'in shader dili) dışında yeni eklentilerin (extension) içeri alınması sözkonusu. 2.0 yerine 1.6 denebilirmiş gibi. Pek çok insanın beklediği konustuğu gibi yapısal bir değişiklik falan yok ortada malesef.
Üşengecler için biraz da copy/paste yapalım, Türkçeye çevirmeye üşenelim ama :)
New features of OpenGL 2.0 include:
* Programmable shading. With the new release, both OpenGL Shading Language and its APIs are now core features of OpenGL. New functionality includes the ability to create shader and program objects; and the ability to write vertex and fragment shaders in OpenGL Shading Language.
* Multiple render targets that enable programmable shaders to write different values to multiple output buffers in a single pass.
* Non-power-of-two textures for all texture targets, thereby supporting rectangular textures and reducing memory consumption.
* Two-sided stencil, with the ability to define stencil functionality for the front and back faces of primitives, improving performance of shadow volume and constructive solid geometry rendering algorithms.
* Point sprites, which replace point texture coordinates with texture coordinates interpolated across the point. This allows drawing points as customized textures, useful for particle systems.
OpenGL 2.0! Nihayet! Siggraph 2004'de resmi olarak duyuruldu. Destekleyen kart sürücüleri ne zaman çıkar bilinmez.
Beyond3D'den resmi basın açıklamasına ulaşabilirsiniz.
Beyond3D'den resmi basın açıklamasına ulaşabilirsiniz.
Ancak hala bu ``shading language´´ nedir tam olarak bilmiyorum, bir bilen güzelce ve örnek vererek açıklayabilir mi? Yani bir dil içine gömülü başka bir dil mi? Kendi başına bir şey mi? Ne için kullanılır, kullanılması olmazsa olmaz mıdır, vs.?