1'''Autogenerated by xml_generate script, do not edit!'''
2from OpenGL import platform as _p, arrays
3# Code generation uses this
4from OpenGL.raw.GL import _types as _cs
5# End users want this...
6from OpenGL.raw.GL._types import *
7from OpenGL.raw.GL import _errors
8from OpenGL.constant import Constant as _C
9
10import ctypes
11_EXTENSION_NAME = 'GL_DFX_multisample'
12def _f( function ):
13    return _p.createFunction( function,_p.PLATFORM.GL,'GL_DFX_multisample',error_checker=_errors._error_checker)
14GL_MULTISAMPLE_3DFX=_C('GL_MULTISAMPLE_3DFX',0x86B2)
15GL_MULTISAMPLE_BIT_3DFX=_C('GL_MULTISAMPLE_BIT_3DFX',0x20000000)
16GL_SAMPLES_3DFX=_C('GL_SAMPLES_3DFX',0x86B4)
17GL_SAMPLE_BUFFERS_3DFX=_C('GL_SAMPLE_BUFFERS_3DFX',0x86B3)
18
19