File: types.i

package info (click to toggle)
pycg 0.14.1-2
  • links: PTS, VCS
  • area: contrib
  • in suites: squeeze
  • size: 184 kB
  • ctags: 17
  • sloc: sh: 124; makefile: 71; python: 28
file content (16 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#define CG_FALSE ((CGbool)0)
#define CG_TRUE ((CGbool)1)

/* The Callback type -- does SWIG even need this? 
typedef void (*CGerrorCallbackFunc)(void);
/* */

/* Structure Types that are often used */
typedef struct _CGcontext *CGcontext;
typedef struct _CGprogram *CGprogram;
typedef struct _CGparameter *CGparameter;
typedef int CGbool;

typedef unsigned long GLuint;
typedef int GLint;