andriej
andriej

Reputation: 2266

Which book is an introduction to non-deprecated OpenGL shader programming?

I need to port a legacy app which uses deprecated OpenGL code (glRotate etc.) into shaders. However, OpenGL has been changing rapidly lately and I'd like to avoid learning an approach that is already marked as deprecated. So, is there a modern day OpenGL shaders book, perhaps similar in style to the old "The Cg tutorial" book?

Upvotes: 1

Views: 846

Answers (2)

pmr
pmr

Reputation: 59811

Learning Modern 3D Graphics Programming is rather new and already covers a lot of topics.

Upvotes: 6

ghik
ghik

Reputation: 10764

The OpenGL SuperBible Fifth Edition covers OpenGL 3.3

Upvotes: -1

Related Questions