Share this page
Share this page E-mail this page Print this page RSS feeds
Home > Publications > Cg: a system for programming graphics hardware in a C-like language
Cg: a system for programming graphics hardware in a C-like language

The latest real-time graphics architectures include programmable floating-point vertex and fragment processors, with support for data-dependent control flow in the vertex processor. We present a programming language and a supporting system that are designed for programming these stream processors. The language follows the philosophy of C, in that it is a hardware-oriented, general-purpose language, rather than an application-specific shading language. The language includes a variety of facilities designed to support the key architectural features of programmable graphics processors, and is designed to support multiple generations of graphics architectures with different levels of functionality. The system supports both of the major 3D graphics APIs: OpenGL and Direct3D. This paper identifies many of the choices that we faced as we designed the system, and explains why we made the decisions that we did.

In: SIGGRAPH '03: ACM SIGGRAPH 2003 Papers

Publisher: ACM

Details

Type: Inproceedings
URL: http://doi.acm.org/10.1145/1201775.882362
Pages: 896–907
ISBN: 1-58113-709-5
Address: New York, NY, USA