/[gzz]/gzz/gfx/libcallgl/callgl.hxx
ViewVC logotype

Diff of /gzz/gfx/libcallgl/callgl.hxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by tjl, Sat Dec 14 08:11:34 2002 UTC revision 1.24 by tjl, Mon Dec 16 12:52:23 2002 UTC
# Line 34  namespace CallGL { Line 34  namespace CallGL {
34       *          TexEnv TEXTURE_ENV TEXTURE_ENV_COLOR 1 0.5 0.5 0.2       *          TexEnv TEXTURE_ENV TEXTURE_ENV_COLOR 1 0.5 0.5 0.2
35       *          Enable BLEND       *          Enable BLEND
36       *  </pre>         *  </pre>  
37       * i.e. the gl, GL_ etc prefixes are omitted. In the first stage,       * i.e. the gl, GL_ etc prefixes are omitted.
38         * Also, for ARB extensions, the ARB suffix on function names
39         * (but not on tokens!) can be omitted:
40         * <pre>
41         *          BindProgramARB VERTEX_PROGRAM_ARB 4
42         *          BindProgram VERTEX_PROGRAM_ARB 4
43         *          BindProgram VERTEX_PROGRAM 4 # --- ILLEGAL
44         * </pre>
45         * <p>
46         * In the first stage,
47       * the functions       * the functions
48       * <pre>       * <pre>
49       *          TexEnv       *          TexEnv
# Line 68  namespace CallGL { Line 77  namespace CallGL {
77       *          ProgramParameterNV       *          ProgramParameterNV
78       *          TrackMatrixNV       *          TrackMatrixNV
79       * </pre>       * </pre>
80       * shall be supported.       * shall be supported. (there are now much more; document XXX !!!)
81         * <p>
82         *
83       */       */
84      void callGL(const char *string, int intoList);      void callGL(const char *string, int intoList);
85    

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26