multisample and float extensions for GLX

db4
Joe Groff 2009-04-30 22:28:45 -05:00
parent 49674dc8ad
commit 8a4c6a30f9
1 changed files with 8 additions and 0 deletions

View File

@ -84,6 +84,14 @@ X-FUNCTION: void* glXGetProcAddress ( char* procname ) ;
! GLX_ARB_get_proc_address extension
X-FUNCTION: void* glXGetProcAddressARB ( char* procname ) ;
! GLX_ARB_multisample
CONSTANT: GLX_SAMPLE_BUFFERS 100000
CONSTANT: GLX_SAMPLES 100001
! GLX_ARB_fbconfig_float
CONSTANT: GLX_RGBA_FLOAT_TYPE HEX: 20B9
CONSTANT: GLX_RGBA_FLOAT_BIT HEX: 0004
! GLX Events
! (also skipped for now. only has GLXPbufferClobberEvent, the rest is handled by xlib methinks)