#include <windows.h>
#include <gl/gl.h>
#include <gl/glu.h>
#include "arb_multisample.h"
Définitions des macros | |
#define | WGL_SAMPLE_BUFFERS_ARB 0x2041 |
#define | WGL_SAMPLES_ARB 0x2042 |
Fonctions | |
bool | WGLisExtensionSupported (const char *extension) |
bool | InitMultisample (HINSTANCE hInstance, HWND hWnd, PIXELFORMATDESCRIPTOR pfd) |
Variables | |
bool | arbMultisampleSupported = false |
int | arbMultisampleFormat = 0 |
|
|
|
|
|
|
|
|
|
|
|
|