mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 13:30:11 +01:00
added wglGetExtensionsStringARB
This commit is contained in:
parent
7f1274fa8b
commit
166b0ff973
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# $Id: mesadef.py,v 1.3 2005/09/05 14:09:25 kschultz Exp $
|
||||
# $Id: mesadef.py,v 1.4 2006/01/25 15:05:36 brianp Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 4.1
|
||||
|
|
@ -89,6 +89,7 @@ def PrintTail():
|
|||
print '\twglDescribePixelFormat'
|
||||
print '\twglGetCurrentContext'
|
||||
print '\twglGetCurrentDC'
|
||||
print '\twglGetExtensionsStringARB'
|
||||
print '\twglGetLayerPaletteEntries'
|
||||
print '\twglGetPixelFormat'
|
||||
print '\twglGetProcAddress'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue