File: glxext-reimpl.def

package info (click to toggle)
primus 0~20150328-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 236 kB
  • ctags: 180
  • sloc: cpp: 913; makefile: 82; sh: 9
file content (3 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (9)
1
2
3
// GLX extension functions implemented in primus
DEF_GLX_PROTO(int,          glXSwapIntervalSGI,       (int interval))
DEF_GLX_PROTO(GLXContext,   glXCreateContextAttribsARB,(Display *dpy, GLXFBConfig config, GLXContext shareList, Bool direct, const int *attrib_list))