Logo

Cg Programming

Small book cover: Cg Programming

Cg Programming

Publisher: Wikibooks

Description:
Nvidia's programming language Cg (C for graphics) is one of several commonly used shading languages for real-time rendering (other examples are Direct3D's HLSL and OpenGL's GLSL). These shading languages are used to program shaders (i.e. more or less small programs) that are executed on a GPU (graphics processing unit), i.e. the processor of the graphics system of a computer - as opposed to the CPU (central processing unit) of a computer.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Cross-Platform GUI Programming with wxWidgetsCross-Platform GUI Programming with wxWidgets
by - Prentice Hall PTR
wxWidgets is a free C++ API for writing GUI applications. This book is the best way for beginning developers to learn wxWidgets programming in C++. It is a must-have for programmers thinking of using wxWidgets and those already using it.
(26721 views)
Book cover: The OpenGL Programming GuideThe OpenGL Programming Guide
by - Addison-Wesley Professional
Clear explanations of OpenGL functionality and basic computer graphics techniques, such as building and rendering 3D models; viewing objects from different perspective points; and using shading, lighting, and texturing effects for greater realism.
(18125 views)
Book cover: The Cg Tutorial: The Definitive Guide to Programmable Real-Time GraphicsThe Cg Tutorial: The Definitive Guide to Programmable Real-Time Graphics
by - Addison-Wesley
Cg is a complete programming environment for the fast creation of special effects and real-time experiences on multiple platforms. This book is the definitive introduction to Cg, and will be essential for anyone programming real-time graphics.
(16273 views)
Book cover: GPU Gems 3GPU Gems 3
by - Addison-Wesley Professional
This volume provides a snapshot of the latest GPU (Graphics Processing Unit) programming techniques. Readers will find that the latest algorithms create ultra-realistic characters, better lighting, and post-rendering compositing effects.
(24976 views)