stw_wgl_arbmultisample.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define WGL_SAMPLE_BUFFERS_ARB   0x2041
#define WGL_SAMPLES_ARB   0x2042

Functions

int wgl_query_sample_buffers (void)
int wgl_query_samples (void)


Define Documentation

#define WGL_SAMPLE_BUFFERS_ARB   0x2041

Definition at line 31 of file stw_wgl_arbmultisample.h.

#define WGL_SAMPLES_ARB   0x2042

Definition at line 32 of file stw_wgl_arbmultisample.h.


Function Documentation

int wgl_query_sample_buffers ( void   ) 

Definition at line 32 of file stw_wgl_arbmultisample.c.

00033 {
00034    return 1;
00035 }

int wgl_query_samples ( void   ) 

Definition at line 38 of file stw_wgl_arbmultisample.c.

00039 {
00040    return 4;
00041 }


Generated on Tue Sep 29 06:25:56 2009 for Gallium3D by  doxygen 1.5.4