OpenGL Shading Language
โ Scribed by Randi J. Rost, Bill Licea-Kane
- Publisher
- Addison-Wesley
- Year
- 2009
- Tongue
- English
- Leaves
- 804
- Edition
- 3rd Edition
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
OpenGLยฎ Shading Language, Third Edition, extensively updated for OpenGL 3.1, is the experienced application programmerโs guide to writing shaders. Part reference, part tutorial, this book thoroughly explains the shift from fixed-functionality graphics hardware to the new era of programmable graphics hardware and the additions to the OpenGL API that support this programmability. With OpenGL and shaders written in the OpenGL Shading Language, applications can perform better, achieving stunning graphics effects by using the capabilities of both the visual processing unit and the central processing unit.
๐ SIMILAR VOLUMES
<b><i>OpenGL(R) Shading Language, Third Edition,</i></b>extensively updated for OpenGL 3.1, is the experienced application programmer's guide to writing shaders. Part reference, part tutorial, this book thoroughly explains the shift from fixed-functionality graphics hardware to the new era of progra
As the 'Red Book' is known to be the gold standard for OpenGL, the 'Orange Book' is considered to be the gold standard for the OpenGL Shading Language. With Randi's extensive knowledge of OpenGL and GLSL, you can be assured you will be learning from a graphics industry veteran. Within the pages of t
This guide explains how graphics hardware programmability can be exposed through a high-level language in the cross-platform 3D graphics API, OpenGL. Intended for application programmers, it introduces the OpenGL commands used to create and manipulate shaders, and provides examples of stored texture
The book covers all you need to know to write opengl shaders. There are a number of examples covered, with source both in the book and available for download. The writing is understandable and comprehensive, if ponderous. My only complaint is the encyclopedic nature of the book. Tons of man page
OpenGL 4 Shading Language Cookbook, Third Edition provides easy-to-follow recipes that first walk you through the theory and background behind each technique, and then proceed to showcase and explain the GLSL and OpenGL code needed to implement them.<br><br>The book begins by familiarizing you with