File: WGL_ARB_create_context

package info (click to toggle)
opencsg 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 6,528 kB
  • ctags: 18,360
  • sloc: ansic: 38,842; cpp: 4,954; sh: 1,444; perl: 859; makefile: 641
file content (12 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
WGL_ARB_create_context
http://www.opengl.org/registry/specs/ARB/wgl_create_context.txt
WGL_ARB_create_context
	WGL_CONTEXT_DEBUG_BIT_ARB 0x0001
	WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x0002
	WGL_CONTEXT_MAJOR_VERSION_ARB 0x2091
	WGL_CONTEXT_MINOR_VERSION_ARB 0x2092
	WGL_CONTEXT_LAYER_PLANE_ARB 0x2093
	WGL_CONTEXT_FLAGS_ARB 0x2094
	ERROR_INVALID_VERSION_ARB 0x2095
	ERROR_INVALID_PROFILE_ARB 0x2096
	HGLRC wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int* attribList)