~ubuntu-branches/ubuntu/trusty/glew/trusty

« back to all changes in this revision

Viewing changes to auto/extensions/GLX_EXT_import_context

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2005-02-10 21:21:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050210212142-2b1p2th5s3d0wjdz
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
GLX_EXT_import_context
 
2
http://oss.sgi.com/projects/ogl-sample/registry/EXT/import_context.txt
 
3
        GLX_SHARE_CONTEXT_EXT 0x800A
 
4
        GLX_VISUAL_ID_EXT 0x800B
 
5
        GLX_SCREEN_EXT 0x800C
 
6
        void glXFreeContextEXT (Display* dpy, GLXContext context)
 
7
        GLXContextID glXGetContextIDEXT (const GLXContext context)
 
8
        GLXContext glXImportContextEXT (Display* dpy, GLXContextID contextID)
 
9
        int glXQueryContextInfoEXT (Display* dpy, GLXContext context, int attribute,int *value)
 
10
        typedef XID GLXContextID