mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 15:59:18 +02:00
Set dp branch as trunk
This commit is contained in:
28
opengl/ARB_Multisample.h
Normal file
28
opengl/ARB_Multisample.h
Normal file
@@ -0,0 +1,28 @@
|
||||
/*====================================
|
||||
Name: ARB_multisample.h
|
||||
Author: Colt "MainRoach" McAnlis
|
||||
Date: 4/29/04
|
||||
Desc:
|
||||
This file contains our external items
|
||||
|
||||
====================================*/
|
||||
|
||||
#ifndef __ARB_MULTISAMPLE_H__
|
||||
#define __ARB_MULTISAMPLE_H__
|
||||
|
||||
//#include "wglext.h" //WGL extensions
|
||||
//#include "glext.h" //GL extensions
|
||||
#include <windows.h>
|
||||
|
||||
|
||||
//Globals
|
||||
extern bool arbMultisampleSupported;
|
||||
extern int arbMultisampleFormat;
|
||||
|
||||
//If you don't want multisampling, set this to 0
|
||||
#define CHECK_FOR_MULTISAMPLE 1
|
||||
|
||||
//to check for our sampling
|
||||
int InitMultisample(HINSTANCE hInstance,HWND hWnd,PIXELFORMATDESCRIPTOR pfd,int mode=4);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user