Commit 9713a54b authored by Alexandre Julliard's avatar Alexandre Julliard

opengl32: Update the extension list.

parent b4e36747
......@@ -136,6 +136,7 @@ my %debug_conv =
"GLcharARB" => "%c",
"GLvoid" => "(void)",
"_GLfuncptr" => "%p",
"GLDEBUGPROC" => "%p",
"GLDEBUGPROCARB" => "%p",
"GLDEBUGPROCAMD" => "%p",
"GLvdpauSurfaceNV" => "%ld",
......@@ -203,6 +204,7 @@ sub ConvertType($)
"struct _cl_context" => "void",
"struct _cl_event" => "void",
"HGLRC" => "struct wgl_context *",
"GLDEBUGPROC" => "void *",
"GLDEBUGPROCARB" => "void *",
"GLDEBUGPROCAMD" => "void *",
"HPBUFFERARB" => "struct wgl_pbuffer *",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment