Part of the Khronos Group

NOTE: This page contains old archived material and may not be relevant anymore.

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: Tutorial on implementing Marching Cubes algorithm using OpenGL API Geometry Shaders extension

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

This page has been viewed 1236329 times •

Column Header
Column Footer