Go to main content
マニュアルページ セク ション 1: ユー ザーコマンド

印刷ビューの終了

更新: 2016年12月6日
 
 

cginfo (1)

名前

cginfo - print Cg library information

形式

cginfo [-help] [-profiles] [/path/to/library]

説明

CGINFO(1)                         Cg Commands                        CGINFO(1)



NAME
       cginfo - print Cg library information

SYNOPSIS
       cginfo [-help] [-profiles] [/path/to/library]

DESCRIPTION
       cginfo will print a Cg library's version string to the standard output
       along with the path to the library from which the version was
       retrieved.  The list of supported profiles can also be displayed.

       The source code for cginfo is found under examples/Tools/cginfo.  This
       example demonstrates how to load the Cg library and get the address of
       a symbol from the library for all of the platforms on which Cg is
       supported.

OPTIONS
       -help
           Print a description of the command line options understood by
           cginfo on the standard output.

       -profiles
           Also print a list of profiles supported by this library on the
           standard output.  Note that the APIs to enumerate supported
           profiles were introduced in Cg 2.2. If the library being queried is
           2.1 or earlier then this option will have no effect.

       /path/to/library
           Platform specific path the library to be queried.  If no explicit
           library path is given the platform specific rules for finding
           shared libraries will be used to locate a copy of the Cg library to
           query.

SEE ALSO
       Cg_language



perl v5.10.0                    Cg Toolkit 3.0                       CGINFO(1)