OpenGL API-based Code - Detail Listing

GLSL? An Introduction

Florian Rudolf

http://nehe.gamedev.net/data/articles/article.asp?article=21

GLSL (GLslang) is a short term for the official OpenGL Shading Language. GLSL is a C/C++ similar high level programming language for several parts of the graphic card. With GLSL you can code (right up to) short programs, called shaders, which are executed on the GPU. This tutorial explains the difference between using the fixed function pipeline extensions and the programable pipeline of GLSL.

To post comments you must be a registered user.
Login | Register

Next entry: OpenGL Shading Language course

Previous entry: The art of texturing Using the OpenGL Shading Language

This page has been viewed 161685 times •

Column Header
Column Footer