NVIDIA Cg Compiler README for Linux (c) 2002, 2003 NVIDIA Corp. =============================================================================== This distribution contains -------------------------- - NVIDIA Cg toolkit documentation in the /usr/local/Cg/docs and /usr/share/man/man3 directory - NVIDIA Cg compiler in the /usr/bin directory - NVIDIA Cg runtime libraries for OpenGL in the /usr/lib directory - Example shaders written in the Cg language in the /usr/local/Cg/examples/simple_vs directory (OpenGL vertex) and /usr/local/Cg/examples/simple_ps directory (OpenGL fragment) - Example applications that use the Cg runtime to manage Cg programs in the /usr/local/Cg/examples/runtime_ogl and /usr/local/Cg/examples/runtime_ogl_vertex_fragment directories. A list of every file that is installed is contained within the /usr/local/Cg/MANIFEST file. Additional information ---------------------- Updated release notes will also be available at http://developer.nvidia.com/Cg We hope you enjoy the Cg language! |