NAME
cgfxcat - dump a Cg FX file
SYNOPSIS
cgfxcat [-gl] f1 [f2...]
DESCRIPTION
cgfxcat attempts to exercise every query operation possible on a Cg effect file using the core Cg runtime. It prints its results to the standard output.
The source code for cgfxcat is found under examples/Tools/cgfxcat.
OPTIONS
- -gl
Register states using cgGLRegisterStates instead of the generic register state code built in to cgfxcat.
- fn
The Cg FX file(s) to be dumped.
SEE ALSO