]> git.cworth.org Git - vogl/blob - glspec/dbg_glx_typemap.txt
Initial vogl checkin
[vogl] / glspec / dbg_glx_typemap.txt
1 "Bool" = "Bool"
2 "Colormap" = "Colormap"
3 "DMbuffer" = "DMbuffer"
4 "DMparams" = "DMparams"
5 "Display" = "Display"
6 "DisplayPointer" = "Display *"
7 "Font" = "Font"
8 "FunctionPointer" = "__GLXextFuncPtr"
9 "GLXContext" = "GLXContext"
10 "GLXContextID" = "GLXContextID"
11 "GLXDrawable" = "GLXDrawable"
12 "GLXFBConfig" = "GLXFBConfig"
13 "GLXFBConfigPointer" = "GLXFBConfig *"
14 "GLXFBConfigSGIX" = "GLXFBConfigSGIX"
15 "GLXFBConfigSGIXPointer" = "GLXFBConfigSGIX *"
16 "GLXHyperpipeConfigSGIX" = "GLXHyperpipeConfigSGIX"
17 "GLXHyperpipeConfigSGIXPointer" = "GLXHyperpipeConfigSGIX *"
18 "GLXHyperpipeNetworkSGIXPointer" = "GLXHyperpipeNetworkSGIX *"
19 "GLXPbuffer" = "GLXPbuffer"
20 "GLXPbufferSGIX" = "GLXPbufferSGIX"
21 "GLXPixmap" = "GLXPixmap"
22 "GLXVideoCaptureDeviceNV" = "GLXVideoCaptureDeviceNV"
23 "GLXVideoCaptureDeviceNVPointer" = "GLXVideoCaptureDeviceNV *"
24 "GLXVideoDeviceNV" = "GLXVideoDeviceNV"
25 "GLXVideoSourceSGIX" = "GLXVideoSourceSGIX"
26 "GLXWindow" = "GLXWindow"
27 "GLboolean" = "GLboolean"
28 "GLenum" = "GLenum"
29 "GLfunction" = "GLfunction"
30 "GLint" = "GLint"
31 "GLsizei" = "GLsizei"
32 "GLubyte" = "GLubyte"
33 "GLuint" = "GLuint"
34 "Pixmap" = "Pixmap"
35 "Status" = "Status"
36 "Uint" = "unsigned int"
37 "VLNode" = "VLNode"
38 "VLPath" = "VLPath"
39 "VLServer" = "VLServer"
40 "Window" = "Window"
41 "XVisualInfo" = "XVisualInfo"
42 "XVisualInfoPointer" = "XVisualInfo *"
43 "constGLXContext" = "const GLXContext"
44 "float" = "float"
45 "int" = "int"
46 "int32_t" = "int32_t"
47 "int64_t" = "int64_t"
48 "long" = "long"
49 "uint" = "unsigned int"
50 "uintPointer" = "unsigned int *"
51 "ulong" = "unsigned long"
52 "void" = "void"