Book description
If you’re involved in graphics programming, you need to know about shaders, and this is the book to do it. A hands-on guide to the OpenGL Shading Language, it walks you through the absolute basics to advanced techniques.
- Learn about shaders in a step-by-step, interactive manner
- Create stunning visual effects using vertex and fragment shaders
- Simplify your CPU code and improve your overall performance with instanced drawing through the use of geometry shaders
In Detail
Shader programming has been the largest revolution in graphics programming. OpenGL Shading Language (abbreviated: GLSL or GLslang), is a high-level shading language based on the syntax of the C programming language.With GLSL you can execute code on your GPU (aka graphics card). More sophisticated effects can be achieved with this technique.
Therefore, knowing how OpenGL works and how each shader type interacts with each other, as well as how they are integrated into the system, is imperative for graphic programmers. This knowledge is crucial in order to be familiar with the mechanisms for rendering 3D objects.
GLSL Essentials is the only book on the market that teaches you about shaders from the very beginning. It shows you how graphics programming has evolved, in order to understand why you need each stage in the Graphics Rendering Pipeline, and how to manage it in a simple but concise way. This book explains how shaders work in a step-by-step manner, with an explanation of how they interact with the application assets at each stage.
This book will take you through the graphics pipeline and will describe each section in an interactive and clear way. You will learn how the OpenGL state machine works and all its relevant stages. Vertex shaders, fragment shaders, and geometry shaders will be covered, as well some use cases and an introduction to the math needed for lighting algorithms or transforms. Generic GPU programming (GPGPU) will also be covered.
After reading GLSL Essentials you will be ready to generate any rendering effect you need.
Table of contents
-
GLSL Essentials
- Table of Contents
- GLSL Essentials
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Preface
- 1. The Graphics Rendering Pipeline
- 2. GLSL Basics
- 3. Vertex Shaders
- 4. Fragment Shaders
- 5. Geometry Shaders
- 6. Compute Shaders
- Index
Product information
- Title: GLSL Essentials
- Author(s):
- Release date: December 2013
- Publisher(s): Packt Publishing
- ISBN: 9781849698009
You might also like
video
OpenGL and GLSL Fundamentals with C++ (practical course)
This course is designed to give you an easy and visual introduction to the amazing world …
book
OpenGL SuperBible: Comprehensive Tutorial and Reference, Seventh Edition
is the definitive programmer’s guide, tutorial, and reference for OpenGL 4.5, the world’s leading 3D API …
book
Learn OpenGL
A step-by-step instructional guide to understanding the fundamentals of game development with OpenGL. Right from the …
book
Multicore and GPU Programming
Multicore and GPU Programming offers broad coverage of the key parallel computing skillsets: multicore CPU programming …