#include <windows.h>#include <gl/gl.h>#include <gl/glu.h>#include "arb_multisample.h"Go to the source code of this file.
Defines | |
| #define | WGL_SAMPLE_BUFFERS_ARB 0x2041 | 
| #define | WGL_SAMPLES_ARB 0x2042 | 
Functions | |
| bool | WGLisExtensionSupported (const char *extension) | 
| bool | InitMultisample (HINSTANCE hInstance, HWND hWnd, PIXELFORMATDESCRIPTOR pfd) | 
Variables | |
| bool | arbMultisampleSupported = false | 
| int | arbMultisampleFormat = 0 | 
      
  | 
  
| 
 
 Definition at line 18 of file ARB_Multisample.cpp. Referenced by InitMultisample(), and OpenGL_InitMultisample().  | 
  
      
  | 
  
| 
 
 Definition at line 19 of file ARB_Multisample.cpp. Referenced by InitMultisample(), and OpenGL_InitMultisample().  | 
  
      
  | 
  ||||||||||||||||
      
  | 
  
| 
 
 Definition at line 25 of file ARB_Multisample.cpp. Referenced by InitMultisample().  | 
  
      
  | 
  
| 
 
 Definition at line 22 of file ARB_Multisample.cpp. Referenced by InitMultisample().  | 
  
      
  | 
  
| 
 
 Definition at line 21 of file ARB_Multisample.cpp. Referenced by InitMultisample().  | 
  
 
1.3.6