mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-27 08:15:41 +00:00
Bindings (with new naming conventions) re-generated with Bind 0.9.9
This commit is contained in:
parent
0833a9302a
commit
85f3be4365
|
@ -430,7 +430,7 @@ namespace OpenTK.Platform.Windows
|
||||||
return Delegates.wglUseFontOutlinesW((IntPtr)hDC, (Int32)first, (Int32)count, (Int32)listBase, (float)thickness, (float)deviation, (Int32)fontMode, (GlyphMetricsFloat*)glyphMetrics);
|
return Delegates.wglUseFontOutlinesW((IntPtr)hDC, (Int32)first, (Int32)count, (Int32)listBase, (float)thickness, (float)deviation, (Int32)fontMode, (GlyphMetricsFloat*)glyphMetrics);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static partial class ARB
|
public static partial class Arb
|
||||||
{
|
{
|
||||||
[System.CLSCompliant(false)]
|
[System.CLSCompliant(false)]
|
||||||
public static
|
public static
|
||||||
|
@ -834,24 +834,24 @@ namespace OpenTK.Platform.Windows
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static partial class EXT
|
public static partial class Ext
|
||||||
{
|
{
|
||||||
[System.CLSCompliant(false)]
|
[System.CLSCompliant(false)]
|
||||||
public static
|
public static
|
||||||
Boolean CreateDisplayColorTable(UInt16 id)
|
bool CreateDisplayColorTable(UInt16 id)
|
||||||
{
|
{
|
||||||
return Delegates.wglCreateDisplayColorTableEXT((UInt16)id);
|
return Delegates.wglCreateDisplayColorTableEXT((UInt16)id);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static
|
public static
|
||||||
Boolean CreateDisplayColorTable(Int16 id)
|
bool CreateDisplayColorTable(Int16 id)
|
||||||
{
|
{
|
||||||
return Delegates.wglCreateDisplayColorTableEXT((UInt16)id);
|
return Delegates.wglCreateDisplayColorTableEXT((UInt16)id);
|
||||||
}
|
}
|
||||||
|
|
||||||
[System.CLSCompliant(false)]
|
[System.CLSCompliant(false)]
|
||||||
public static
|
public static
|
||||||
Boolean LoadDisplayColorTable(UInt16[] table, UInt32 length)
|
bool LoadDisplayColorTable(UInt16[] table, UInt32 length)
|
||||||
{
|
{
|
||||||
unsafe
|
unsafe
|
||||||
{
|
{
|
||||||
|
@ -863,7 +863,7 @@ namespace OpenTK.Platform.Windows
|
||||||
}
|
}
|
||||||
|
|
||||||
public static
|
public static
|
||||||
Boolean LoadDisplayColorTable(Int16[] table, Int32 length)
|
bool LoadDisplayColorTable(Int16[] table, Int32 length)
|
||||||
{
|
{
|
||||||
unsafe
|
unsafe
|
||||||
{
|
{
|
||||||
|
@ -876,7 +876,7 @@ namespace OpenTK.Platform.Windows
|
||||||
|
|
||||||
[System.CLSCompliant(false)]
|
[System.CLSCompliant(false)]
|
||||||
public static
|
public static
|
||||||
Boolean LoadDisplayColorTable(ref UInt16 table, UInt32 length)
|
bool LoadDisplayColorTable(ref UInt16 table, UInt32 length)
|
||||||
{
|
{
|
||||||
unsafe
|
unsafe
|
||||||
{
|
{
|
||||||
|
@ -888,7 +888,7 @@ namespace OpenTK.Platform.Windows
|
||||||
}
|
}
|
||||||
|
|
||||||
public static
|
public static
|
||||||
Boolean LoadDisplayColorTable(ref Int16 table, Int32 length)
|
bool LoadDisplayColorTable(ref Int16 table, Int32 length)
|
||||||
{
|
{
|
||||||
unsafe
|
unsafe
|
||||||
{
|
{
|
||||||
|
@ -901,27 +901,27 @@ namespace OpenTK.Platform.Windows
|
||||||
|
|
||||||
[System.CLSCompliant(false)]
|
[System.CLSCompliant(false)]
|
||||||
public static
|
public static
|
||||||
unsafe Boolean LoadDisplayColorTable(UInt16* table, UInt32 length)
|
unsafe bool LoadDisplayColorTable(UInt16* table, UInt32 length)
|
||||||
{
|
{
|
||||||
return Delegates.wglLoadDisplayColorTableEXT((UInt16*)table, (UInt32)length);
|
return Delegates.wglLoadDisplayColorTableEXT((UInt16*)table, (UInt32)length);
|
||||||
}
|
}
|
||||||
|
|
||||||
[System.CLSCompliant(false)]
|
[System.CLSCompliant(false)]
|
||||||
public static
|
public static
|
||||||
unsafe Boolean LoadDisplayColorTable(Int16* table, Int32 length)
|
unsafe bool LoadDisplayColorTable(Int16* table, Int32 length)
|
||||||
{
|
{
|
||||||
return Delegates.wglLoadDisplayColorTableEXT((UInt16*)table, (UInt32)length);
|
return Delegates.wglLoadDisplayColorTableEXT((UInt16*)table, (UInt32)length);
|
||||||
}
|
}
|
||||||
|
|
||||||
[System.CLSCompliant(false)]
|
[System.CLSCompliant(false)]
|
||||||
public static
|
public static
|
||||||
Boolean BindDisplayColorTable(UInt16 id)
|
bool BindDisplayColorTable(UInt16 id)
|
||||||
{
|
{
|
||||||
return Delegates.wglBindDisplayColorTableEXT((UInt16)id);
|
return Delegates.wglBindDisplayColorTableEXT((UInt16)id);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static
|
public static
|
||||||
Boolean BindDisplayColorTable(Int16 id)
|
bool BindDisplayColorTable(Int16 id)
|
||||||
{
|
{
|
||||||
return Delegates.wglBindDisplayColorTableEXT((UInt16)id);
|
return Delegates.wglBindDisplayColorTableEXT((UInt16)id);
|
||||||
}
|
}
|
||||||
|
@ -1314,7 +1314,7 @@ namespace OpenTK.Platform.Windows
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static partial class OML
|
public static partial class Oml
|
||||||
{
|
{
|
||||||
public static
|
public static
|
||||||
Boolean GetSyncValues(IntPtr hdc, [Out] Int64[] ust, [Out] Int64[] msc, [Out] Int64[] sbc)
|
Boolean GetSyncValues(IntPtr hdc, [Out] Int64[] ust, [Out] Int64[] msc, [Out] Int64[] sbc)
|
||||||
|
@ -1483,7 +1483,7 @@ namespace OpenTK.Platform.Windows
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static partial class I3D
|
public static partial class I3d
|
||||||
{
|
{
|
||||||
public static
|
public static
|
||||||
Boolean GetDigitalVideoParameters(IntPtr hDC, int iAttribute, [Out] int[] piValue)
|
Boolean GetDigitalVideoParameters(IntPtr hDC, int iAttribute, [Out] int[] piValue)
|
||||||
|
@ -1777,6 +1777,32 @@ namespace OpenTK.Platform.Windows
|
||||||
return Delegates.wglDisableGenlockI3D((IntPtr)hDC);
|
return Delegates.wglDisableGenlockI3D((IntPtr)hDC);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static
|
||||||
|
Boolean IsEnabledGenlock(IntPtr hDC, [Out] Boolean[] pFlag)
|
||||||
|
{
|
||||||
|
unsafe
|
||||||
|
{
|
||||||
|
fixed (Boolean* pFlag_ptr = pFlag)
|
||||||
|
{
|
||||||
|
return Delegates.wglIsEnabledGenlockI3D((IntPtr)hDC, (Boolean*)pFlag_ptr);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public static
|
||||||
|
Boolean IsEnabledGenlock(IntPtr hDC, [Out] out Boolean pFlag)
|
||||||
|
{
|
||||||
|
unsafe
|
||||||
|
{
|
||||||
|
fixed (Boolean* pFlag_ptr = &pFlag)
|
||||||
|
{
|
||||||
|
Boolean retval = Delegates.wglIsEnabledGenlockI3D((IntPtr)hDC, (Boolean*)pFlag_ptr);
|
||||||
|
pFlag = *pFlag_ptr;
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[System.CLSCompliant(false)]
|
[System.CLSCompliant(false)]
|
||||||
public static
|
public static
|
||||||
unsafe Boolean IsEnabledGenlock(IntPtr hDC, [Out] Boolean* pFlag)
|
unsafe Boolean IsEnabledGenlock(IntPtr hDC, [Out] Boolean* pFlag)
|
||||||
|
@ -2407,6 +2433,32 @@ namespace OpenTK.Platform.Windows
|
||||||
return Delegates.wglDisableFrameLockI3D();
|
return Delegates.wglDisableFrameLockI3D();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static
|
||||||
|
Boolean IsEnabledFrameLock([Out] Boolean[] pFlag)
|
||||||
|
{
|
||||||
|
unsafe
|
||||||
|
{
|
||||||
|
fixed (Boolean* pFlag_ptr = pFlag)
|
||||||
|
{
|
||||||
|
return Delegates.wglIsEnabledFrameLockI3D((Boolean*)pFlag_ptr);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public static
|
||||||
|
Boolean IsEnabledFrameLock([Out] out Boolean pFlag)
|
||||||
|
{
|
||||||
|
unsafe
|
||||||
|
{
|
||||||
|
fixed (Boolean* pFlag_ptr = &pFlag)
|
||||||
|
{
|
||||||
|
Boolean retval = Delegates.wglIsEnabledFrameLockI3D((Boolean*)pFlag_ptr);
|
||||||
|
pFlag = *pFlag_ptr;
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[System.CLSCompliant(false)]
|
[System.CLSCompliant(false)]
|
||||||
public static
|
public static
|
||||||
unsafe Boolean IsEnabledFrameLock([Out] Boolean* pFlag)
|
unsafe Boolean IsEnabledFrameLock([Out] Boolean* pFlag)
|
||||||
|
@ -2414,6 +2466,32 @@ namespace OpenTK.Platform.Windows
|
||||||
return Delegates.wglIsEnabledFrameLockI3D((Boolean*)pFlag);
|
return Delegates.wglIsEnabledFrameLockI3D((Boolean*)pFlag);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static
|
||||||
|
Boolean QueryFrameLockMaster([Out] Boolean[] pFlag)
|
||||||
|
{
|
||||||
|
unsafe
|
||||||
|
{
|
||||||
|
fixed (Boolean* pFlag_ptr = pFlag)
|
||||||
|
{
|
||||||
|
return Delegates.wglQueryFrameLockMasterI3D((Boolean*)pFlag_ptr);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public static
|
||||||
|
Boolean QueryFrameLockMaster([Out] out Boolean pFlag)
|
||||||
|
{
|
||||||
|
unsafe
|
||||||
|
{
|
||||||
|
fixed (Boolean* pFlag_ptr = &pFlag)
|
||||||
|
{
|
||||||
|
Boolean retval = Delegates.wglQueryFrameLockMasterI3D((Boolean*)pFlag_ptr);
|
||||||
|
pFlag = *pFlag_ptr;
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[System.CLSCompliant(false)]
|
[System.CLSCompliant(false)]
|
||||||
public static
|
public static
|
||||||
unsafe Boolean QueryFrameLockMaster([Out] Boolean* pFlag)
|
unsafe Boolean QueryFrameLockMaster([Out] Boolean* pFlag)
|
||||||
|
|
|
@ -135,13 +135,13 @@ namespace OpenTK.Platform.Windows
|
||||||
internal unsafe delegate Boolean SetPbufferAttribARB(IntPtr hPbuffer, int* piAttribList);
|
internal unsafe delegate Boolean SetPbufferAttribARB(IntPtr hPbuffer, int* piAttribList);
|
||||||
internal unsafe static SetPbufferAttribARB wglSetPbufferAttribARB;
|
internal unsafe static SetPbufferAttribARB wglSetPbufferAttribARB;
|
||||||
[System.Security.SuppressUnmanagedCodeSecurity()]
|
[System.Security.SuppressUnmanagedCodeSecurity()]
|
||||||
internal delegate Boolean CreateDisplayColorTableEXT(UInt16 id);
|
internal delegate bool CreateDisplayColorTableEXT(UInt16 id);
|
||||||
internal static CreateDisplayColorTableEXT wglCreateDisplayColorTableEXT;
|
internal static CreateDisplayColorTableEXT wglCreateDisplayColorTableEXT;
|
||||||
[System.Security.SuppressUnmanagedCodeSecurity()]
|
[System.Security.SuppressUnmanagedCodeSecurity()]
|
||||||
internal unsafe delegate Boolean LoadDisplayColorTableEXT(UInt16* table, UInt32 length);
|
internal unsafe delegate bool LoadDisplayColorTableEXT(UInt16* table, UInt32 length);
|
||||||
internal unsafe static LoadDisplayColorTableEXT wglLoadDisplayColorTableEXT;
|
internal unsafe static LoadDisplayColorTableEXT wglLoadDisplayColorTableEXT;
|
||||||
[System.Security.SuppressUnmanagedCodeSecurity()]
|
[System.Security.SuppressUnmanagedCodeSecurity()]
|
||||||
internal delegate Boolean BindDisplayColorTableEXT(UInt16 id);
|
internal delegate bool BindDisplayColorTableEXT(UInt16 id);
|
||||||
internal static BindDisplayColorTableEXT wglBindDisplayColorTableEXT;
|
internal static BindDisplayColorTableEXT wglBindDisplayColorTableEXT;
|
||||||
[System.Security.SuppressUnmanagedCodeSecurity()]
|
[System.Security.SuppressUnmanagedCodeSecurity()]
|
||||||
internal delegate void DestroyDisplayColorTableEXT(UInt16 id);
|
internal delegate void DestroyDisplayColorTableEXT(UInt16 id);
|
||||||
|
|
|
@ -1,511 +1,508 @@
|
||||||
namespace OpenTK.Platform.Windows
|
namespace OpenTK.Platform.Windows
|
||||||
{
|
{
|
||||||
public static partial class Wgl
|
namespace Enums
|
||||||
{
|
{
|
||||||
public class Enums
|
public enum WglArbBufferRegion
|
||||||
{
|
{
|
||||||
public enum WGL_ARB_buffer_region
|
BackColorBufferBitArb = ((int)0x00000002),
|
||||||
{
|
StencilBufferBitArb = ((int)0x00000008),
|
||||||
STENCIL_BUFFER_BIT_ARB = ((int)0x00000008),
|
FrontColorBufferBitArb = ((int)0x00000001),
|
||||||
DEPTH_BUFFER_BIT_ARB = ((int)0x00000004),
|
DepthBufferBitArb = ((int)0x00000004),
|
||||||
BACK_COLOR_BUFFER_BIT_ARB = ((int)0x00000002),
|
|
||||||
FRONT_COLOR_BUFFER_BIT_ARB = ((int)0x00000001),
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_EXT_pixel_format
|
public enum WglExtPixelFormat
|
||||||
{
|
{
|
||||||
SWAP_LAYER_BUFFERS_EXT = ((int)0x2006),
|
SupportGdiExt = ((int)0x200f),
|
||||||
NUMBER_UNDERLAYS_EXT = ((int)0x2009),
|
TypeColorindexExt = ((int)0x202c),
|
||||||
SHARE_STENCIL_EXT = ((int)0x200D),
|
AccelerationExt = ((int)0x2003),
|
||||||
ACCELERATION_EXT = ((int)0x2003),
|
GreenBitsExt = ((int)0x2017),
|
||||||
GREEN_SHIFT_EXT = ((int)0x2018),
|
DrawToWindowExt = ((int)0x2001),
|
||||||
TRANSPARENT_EXT = ((int)0x200A),
|
SwapCopyExt = ((int)0x2029),
|
||||||
DRAW_TO_WINDOW_EXT = ((int)0x2001),
|
DrawToBitmapExt = ((int)0x2002),
|
||||||
TYPE_COLORINDEX_EXT = ((int)0x202C),
|
TransparentExt = ((int)0x200a),
|
||||||
PIXEL_TYPE_EXT = ((int)0x2013),
|
SwapMethodExt = ((int)0x2007),
|
||||||
ACCUM_ALPHA_BITS_EXT = ((int)0x2021),
|
SwapLayerBuffersExt = ((int)0x2006),
|
||||||
STEREO_EXT = ((int)0x2012),
|
PixelTypeExt = ((int)0x2013),
|
||||||
BLUE_SHIFT_EXT = ((int)0x201A),
|
AlphaShiftExt = ((int)0x201c),
|
||||||
GENERIC_ACCELERATION_EXT = ((int)0x2026),
|
AccumRedBitsExt = ((int)0x201e),
|
||||||
ACCUM_RED_BITS_EXT = ((int)0x201E),
|
FullAccelerationExt = ((int)0x2027),
|
||||||
STENCIL_BITS_EXT = ((int)0x2023),
|
SupportOpenglExt = ((int)0x2010),
|
||||||
FULL_ACCELERATION_EXT = ((int)0x2027),
|
BlueShiftExt = ((int)0x201a),
|
||||||
NO_ACCELERATION_EXT = ((int)0x2025),
|
RedBitsExt = ((int)0x2015),
|
||||||
ALPHA_BITS_EXT = ((int)0x201B),
|
NoAccelerationExt = ((int)0x2025),
|
||||||
DRAW_TO_BITMAP_EXT = ((int)0x2002),
|
StereoExt = ((int)0x2012),
|
||||||
DEPTH_BITS_EXT = ((int)0x2022),
|
GreenShiftExt = ((int)0x2018),
|
||||||
SWAP_METHOD_EXT = ((int)0x2007),
|
BlueBitsExt = ((int)0x2019),
|
||||||
BLUE_BITS_EXT = ((int)0x2019),
|
AlphaBitsExt = ((int)0x201b),
|
||||||
SWAP_UNDEFINED_EXT = ((int)0x202A),
|
RedShiftExt = ((int)0x2016),
|
||||||
SUPPORT_OPENGL_EXT = ((int)0x2010),
|
DepthBitsExt = ((int)0x2022),
|
||||||
NUMBER_OVERLAYS_EXT = ((int)0x2008),
|
TypeRgbaExt = ((int)0x202b),
|
||||||
AUX_BUFFERS_EXT = ((int)0x2024),
|
GenericAccelerationExt = ((int)0x2026),
|
||||||
SHARE_DEPTH_EXT = ((int)0x200C),
|
AccumAlphaBitsExt = ((int)0x2021),
|
||||||
TRANSPARENT_VALUE_EXT = ((int)0x200B),
|
AccumGreenBitsExt = ((int)0x201f),
|
||||||
SUPPORT_GDI_EXT = ((int)0x200F),
|
TransparentValueExt = ((int)0x200b),
|
||||||
SWAP_COPY_EXT = ((int)0x2029),
|
AccumBlueBitsExt = ((int)0x2020),
|
||||||
TYPE_RGBA_EXT = ((int)0x202B),
|
ShareDepthExt = ((int)0x200c),
|
||||||
SWAP_EXCHANGE_EXT = ((int)0x2028),
|
ShareAccumExt = ((int)0x200e),
|
||||||
NEED_SYSTEM_PALETTE_EXT = ((int)0x2005),
|
SwapExchangeExt = ((int)0x2028),
|
||||||
DOUBLE_BUFFER_EXT = ((int)0x2011),
|
AccumBitsExt = ((int)0x201d),
|
||||||
ACCUM_GREEN_BITS_EXT = ((int)0x201F),
|
NumberUnderlaysExt = ((int)0x2009),
|
||||||
RED_SHIFT_EXT = ((int)0x2016),
|
StencilBitsExt = ((int)0x2023),
|
||||||
COLOR_BITS_EXT = ((int)0x2014),
|
DoubleBufferExt = ((int)0x2011),
|
||||||
ALPHA_SHIFT_EXT = ((int)0x201C),
|
NeedPaletteExt = ((int)0x2004),
|
||||||
SHARE_ACCUM_EXT = ((int)0x200E),
|
ColorBitsExt = ((int)0x2014),
|
||||||
NUMBER_PIXEL_FORMATS_EXT = ((int)0x2000),
|
SwapUndefinedExt = ((int)0x202a),
|
||||||
RED_BITS_EXT = ((int)0x2015),
|
NeedSystemPaletteExt = ((int)0x2005),
|
||||||
GREEN_BITS_EXT = ((int)0x2017),
|
NumberOverlaysExt = ((int)0x2008),
|
||||||
ACCUM_BITS_EXT = ((int)0x201D),
|
AuxBuffersExt = ((int)0x2024),
|
||||||
ACCUM_BLUE_BITS_EXT = ((int)0x2020),
|
NumberPixelFormatsExt = ((int)0x2000),
|
||||||
NEED_PALETTE_EXT = ((int)0x2004),
|
ShareStencilExt = ((int)0x200d),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_ARB_pixel_format
|
public enum WglArbPixelFormat
|
||||||
{
|
{
|
||||||
SHARE_DEPTH_ARB = ((int)0x200C),
|
ShareStencilArb = ((int)0x200d),
|
||||||
RED_BITS_ARB = ((int)0x2015),
|
AccumBitsArb = ((int)0x201d),
|
||||||
BLUE_BITS_ARB = ((int)0x2019),
|
NumberUnderlaysArb = ((int)0x2009),
|
||||||
BLUE_SHIFT_ARB = ((int)0x201A),
|
StereoArb = ((int)0x2012),
|
||||||
GREEN_BITS_ARB = ((int)0x2017),
|
MaxPbufferHeightArb = ((int)0x2030),
|
||||||
MAX_PBUFFER_PIXELS_ARB = ((int)0x202E),
|
TypeRgbaArb = ((int)0x202b),
|
||||||
TYPE_COLORINDEX_ARB = ((int)0x202C),
|
SupportGdiArb = ((int)0x200f),
|
||||||
NO_ACCELERATION_ARB = ((int)0x2025),
|
NeedSystemPaletteArb = ((int)0x2005),
|
||||||
SWAP_COPY_ARB = ((int)0x2029),
|
AlphaBitsArb = ((int)0x201b),
|
||||||
PBUFFER_LARGEST_ARB = ((int)0x2033),
|
ShareDepthArb = ((int)0x200c),
|
||||||
ACCUM_BITS_ARB = ((int)0x201D),
|
SupportOpenglArb = ((int)0x2010),
|
||||||
ACCUM_GREEN_BITS_ARB = ((int)0x201F),
|
ColorBitsArb = ((int)0x2014),
|
||||||
ALPHA_SHIFT_ARB = ((int)0x201C),
|
AccumRedBitsArb = ((int)0x201e),
|
||||||
FULL_ACCELERATION_ARB = ((int)0x2027),
|
MaxPbufferWidthArb = ((int)0x202f),
|
||||||
SWAP_METHOD_ARB = ((int)0x2007),
|
NumberOverlaysArb = ((int)0x2008),
|
||||||
STENCIL_BITS_ARB = ((int)0x2023),
|
MaxPbufferPixelsArb = ((int)0x202e),
|
||||||
STEREO_ARB = ((int)0x2012),
|
NeedPaletteArb = ((int)0x2004),
|
||||||
MAX_PBUFFER_WIDTH_ARB = ((int)0x202F),
|
RedShiftArb = ((int)0x2016),
|
||||||
DRAW_TO_PBUFFER_ARB = ((int)0x202D),
|
AccelerationArb = ((int)0x2003),
|
||||||
TYPE_RGBA_ARB = ((int)0x202B),
|
GreenBitsArb = ((int)0x2017),
|
||||||
MAX_PBUFFER_HEIGHT_ARB = ((int)0x2030),
|
TransparentGreenValueArb = ((int)0x2038),
|
||||||
DRAW_TO_BITMAP_ARB = ((int)0x2002),
|
PixelTypeArb = ((int)0x2013),
|
||||||
GREEN_SHIFT_ARB = ((int)0x2018),
|
AuxBuffersArb = ((int)0x2024),
|
||||||
SUPPORT_GDI_ARB = ((int)0x200F),
|
DrawToWindowArb = ((int)0x2001),
|
||||||
PBUFFER_WIDTH_ARB = ((int)0x2034),
|
RedBitsArb = ((int)0x2015),
|
||||||
DOUBLE_BUFFER_ARB = ((int)0x2011),
|
NumberPixelFormatsArb = ((int)0x2000),
|
||||||
TRANSPARENT_ALPHA_VALUE_ARB = ((int)0x203A),
|
GenericAccelerationArb = ((int)0x2026),
|
||||||
ACCUM_ALPHA_BITS_ARB = ((int)0x2021),
|
BlueBitsArb = ((int)0x2019),
|
||||||
AUX_BUFFERS_ARB = ((int)0x2024),
|
PbufferLargestArb = ((int)0x2033),
|
||||||
ALPHA_BITS_ARB = ((int)0x201B),
|
AccumAlphaBitsArb = ((int)0x2021),
|
||||||
NUMBER_OVERLAYS_ARB = ((int)0x2008),
|
TransparentArb = ((int)0x200a),
|
||||||
SHARE_ACCUM_ARB = ((int)0x200E),
|
FullAccelerationArb = ((int)0x2027),
|
||||||
SWAP_EXCHANGE_ARB = ((int)0x2028),
|
ShareAccumArb = ((int)0x200e),
|
||||||
ACCELERATION_ARB = ((int)0x2003),
|
SwapExchangeArb = ((int)0x2028),
|
||||||
TRANSPARENT_GREEN_VALUE_ARB = ((int)0x2038),
|
SwapUndefinedArb = ((int)0x202a),
|
||||||
ACCUM_RED_BITS_ARB = ((int)0x201E),
|
TransparentAlphaValueArb = ((int)0x203a),
|
||||||
TRANSPARENT_BLUE_VALUE_ARB = ((int)0x2039),
|
PbufferHeightArb = ((int)0x2035),
|
||||||
TRANSPARENT_INDEX_VALUE_ARB = ((int)0x203B),
|
TransparentBlueValueArb = ((int)0x2039),
|
||||||
GENERIC_ACCELERATION_ARB = ((int)0x2026),
|
SwapMethodArb = ((int)0x2007),
|
||||||
TRANSPARENT_ARB = ((int)0x200A),
|
StencilBitsArb = ((int)0x2023),
|
||||||
NUMBER_UNDERLAYS_ARB = ((int)0x2009),
|
DepthBitsArb = ((int)0x2022),
|
||||||
SWAP_UNDEFINED_ARB = ((int)0x202A),
|
GreenShiftArb = ((int)0x2018),
|
||||||
DEPTH_BITS_ARB = ((int)0x2022),
|
TransparentRedValueArb = ((int)0x2037),
|
||||||
NUMBER_PIXEL_FORMATS_ARB = ((int)0x2000),
|
DoubleBufferArb = ((int)0x2011),
|
||||||
TRANSPARENT_RED_VALUE_ARB = ((int)0x2037),
|
NoAccelerationArb = ((int)0x2025),
|
||||||
SHARE_STENCIL_ARB = ((int)0x200D),
|
TypeColorindexArb = ((int)0x202c),
|
||||||
DRAW_TO_WINDOW_ARB = ((int)0x2001),
|
SwapLayerBuffersArb = ((int)0x2006),
|
||||||
PBUFFER_HEIGHT_ARB = ((int)0x2035),
|
AccumBlueBitsArb = ((int)0x2020),
|
||||||
PIXEL_TYPE_ARB = ((int)0x2013),
|
DrawToPbufferArb = ((int)0x202d),
|
||||||
COLOR_BITS_ARB = ((int)0x2014),
|
AccumGreenBitsArb = ((int)0x201f),
|
||||||
NEED_PALETTE_ARB = ((int)0x2004),
|
PbufferWidthArb = ((int)0x2034),
|
||||||
NEED_SYSTEM_PALETTE_ARB = ((int)0x2005),
|
TransparentIndexValueArb = ((int)0x203b),
|
||||||
SWAP_LAYER_BUFFERS_ARB = ((int)0x2006),
|
AlphaShiftArb = ((int)0x201c),
|
||||||
RED_SHIFT_ARB = ((int)0x2016),
|
DrawToBitmapArb = ((int)0x2002),
|
||||||
SUPPORT_OPENGL_ARB = ((int)0x2010),
|
BlueShiftArb = ((int)0x201a),
|
||||||
ACCUM_BLUE_BITS_ARB = ((int)0x2020),
|
SwapCopyArb = ((int)0x2029),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_EXT_pbuffer
|
public enum WglExtPbuffer
|
||||||
{
|
{
|
||||||
DRAW_TO_PBUFFER_EXT = ((int)0x202D),
|
DrawToPbufferExt = ((int)0x202d),
|
||||||
OPTIMAL_PBUFFER_WIDTH_EXT = ((int)0x2031),
|
PbufferLargestExt = ((int)0x2033),
|
||||||
PBUFFER_LARGEST_EXT = ((int)0x2033),
|
OptimalPbufferWidthExt = ((int)0x2031),
|
||||||
PBUFFER_WIDTH_EXT = ((int)0x2034),
|
MaxPbufferPixelsExt = ((int)0x202e),
|
||||||
OPTIMAL_PBUFFER_HEIGHT_EXT = ((int)0x2032),
|
MaxPbufferHeightExt = ((int)0x2030),
|
||||||
MAX_PBUFFER_HEIGHT_EXT = ((int)0x2030),
|
PbufferWidthExt = ((int)0x2034),
|
||||||
PBUFFER_HEIGHT_EXT = ((int)0x2035),
|
MaxPbufferWidthExt = ((int)0x202f),
|
||||||
MAX_PBUFFER_WIDTH_EXT = ((int)0x202F),
|
OptimalPbufferHeightExt = ((int)0x2032),
|
||||||
MAX_PBUFFER_PIXELS_EXT = ((int)0x202E),
|
PbufferHeightExt = ((int)0x2035),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_ARB_pbuffer
|
public enum WglArbPbuffer
|
||||||
{
|
{
|
||||||
MAX_PBUFFER_WIDTH_ARB = ((int)0x202F),
|
PbufferWidthArb = ((int)0x2034),
|
||||||
DRAW_TO_PBUFFER_ARB = ((int)0x202D),
|
TransparentGreenValueArb = ((int)0x2038),
|
||||||
PBUFFER_WIDTH_ARB = ((int)0x2034),
|
PbufferHeightArb = ((int)0x2035),
|
||||||
MAX_PBUFFER_HEIGHT_ARB = ((int)0x2030),
|
PbufferLostArb = ((int)0x2036),
|
||||||
PBUFFER_HEIGHT_ARB = ((int)0x2035),
|
DrawToPbufferArb = ((int)0x202d),
|
||||||
PBUFFER_LOST_ARB = ((int)0x2036),
|
TransparentIndexValueArb = ((int)0x203b),
|
||||||
PBUFFER_LARGEST_ARB = ((int)0x2033),
|
TransparentRedValueArb = ((int)0x2037),
|
||||||
TRANSPARENT_BLUE_VALUE_ARB = ((int)0x2039),
|
MaxPbufferPixelsArb = ((int)0x202e),
|
||||||
TRANSPARENT_INDEX_VALUE_ARB = ((int)0x203B),
|
TransparentAlphaValueArb = ((int)0x203a),
|
||||||
TRANSPARENT_ALPHA_VALUE_ARB = ((int)0x203A),
|
MaxPbufferWidthArb = ((int)0x202f),
|
||||||
MAX_PBUFFER_PIXELS_ARB = ((int)0x202E),
|
MaxPbufferHeightArb = ((int)0x2030),
|
||||||
TRANSPARENT_GREEN_VALUE_ARB = ((int)0x2038),
|
TransparentBlueValueArb = ((int)0x2039),
|
||||||
TRANSPARENT_RED_VALUE_ARB = ((int)0x2037),
|
PbufferLargestArb = ((int)0x2033),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_EXT_depth_float
|
public enum WglExtDepthFloat
|
||||||
{
|
{
|
||||||
DEPTH_FLOAT_EXT = ((int)0x2040),
|
DepthFloatExt = ((int)0x2040),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_EXT_multisample
|
public enum WglExtMultisample
|
||||||
{
|
{
|
||||||
SAMPLE_BUFFERS_EXT = ((int)0x2041),
|
SampleBuffersExt = ((int)0x2041),
|
||||||
SAMPLES_EXT = ((int)0x2042),
|
SamplesExt = ((int)0x2042),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_ARB_multisample
|
public enum WglArbMultisample
|
||||||
{
|
{
|
||||||
SAMPLE_BUFFERS_ARB = ((int)0x2041),
|
SampleBuffersArb = ((int)0x2041),
|
||||||
SAMPLES_ARB = ((int)0x2042),
|
SamplesArb = ((int)0x2042),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_EXT_make_current_read
|
public enum WglExtMakeCurrentRead
|
||||||
{
|
{
|
||||||
ERROR_INVALID_PIXEL_TYPE_EXT = ((int)0x2043),
|
ErrorInvalidPixelTypeExt = ((int)0x2043),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_ARB_make_current_read
|
public enum WglArbMakeCurrentRead
|
||||||
{
|
{
|
||||||
ERROR_INCOMPATIBLE_DEVICE_CONTEXTS_ARB = ((int)0x2054),
|
ErrorInvalidPixelTypeArb = ((int)0x2043),
|
||||||
ERROR_INVALID_PIXEL_TYPE_ARB = ((int)0x2043),
|
ErrorIncompatibleDeviceContextsArb = ((int)0x2054),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_I3D_genlock
|
public enum WglI3DGenlock
|
||||||
{
|
{
|
||||||
GENLOCK_SOURCE_EDGE_BOTH_I3D = ((int)0x204C),
|
GenlockSourceMultiviewI3d = ((int)0x2044),
|
||||||
GENLOCK_SOURCE_EXTENAL_SYNC_I3D = ((int)0x2045),
|
GenlockSourceEdgeBothI3d = ((int)0x204c),
|
||||||
GENLOCK_SOURCE_DIGITAL_FIELD_I3D = ((int)0x2049),
|
GenlockSourceEdgeRisingI3d = ((int)0x204b),
|
||||||
GENLOCK_SOURCE_EDGE_FALLING_I3D = ((int)0x204A),
|
GenlockSourceDigitalSyncI3d = ((int)0x2048),
|
||||||
GENLOCK_SOURCE_EDGE_RISING_I3D = ((int)0x204B),
|
GenlockSourceExtenalFieldI3d = ((int)0x2046),
|
||||||
GENLOCK_SOURCE_DIGITAL_SYNC_I3D = ((int)0x2048),
|
GenlockSourceDigitalFieldI3d = ((int)0x2049),
|
||||||
GENLOCK_SOURCE_EXTENAL_TTL_I3D = ((int)0x2047),
|
GenlockSourceExtenalSyncI3d = ((int)0x2045),
|
||||||
GENLOCK_SOURCE_MULTIVIEW_I3D = ((int)0x2044),
|
GenlockSourceEdgeFallingI3d = ((int)0x204a),
|
||||||
GENLOCK_SOURCE_EXTENAL_FIELD_I3D = ((int)0x2046),
|
GenlockSourceExtenalTtlI3d = ((int)0x2047),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_I3D_gamma
|
public enum WglI3DGamma
|
||||||
{
|
{
|
||||||
GAMMA_TABLE_SIZE_I3D = ((int)0x204E),
|
GammaExcludeDesktopI3d = ((int)0x204f),
|
||||||
GAMMA_EXCLUDE_DESKTOP_I3D = ((int)0x204F),
|
GammaTableSizeI3d = ((int)0x204e),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_I3D_digital_video_control
|
public enum WglI3DDigitalVideoControl
|
||||||
{
|
{
|
||||||
DIGITAL_VIDEO_GAMMA_CORRECTED_I3D = ((int)0x2053),
|
DigitalVideoCursorAlphaFramebufferI3d = ((int)0x2050),
|
||||||
DIGITAL_VIDEO_CURSOR_ALPHA_FRAMEBUFFER_I3D = ((int)0x2050),
|
DigitalVideoGammaCorrectedI3d = ((int)0x2053),
|
||||||
DIGITAL_VIDEO_CURSOR_INCLUDED_I3D = ((int)0x2052),
|
DigitalVideoCursorAlphaValueI3d = ((int)0x2051),
|
||||||
DIGITAL_VIDEO_CURSOR_ALPHA_VALUE_I3D = ((int)0x2051),
|
DigitalVideoCursorIncludedI3d = ((int)0x2052),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_3DFX_multisample
|
public enum Wgl3DfxMultisample
|
||||||
{
|
{
|
||||||
SAMPLES_3DFX = ((int)0x2061),
|
SampleBuffers3dfx = ((int)0x2060),
|
||||||
SAMPLE_BUFFERS_3DFX = ((int)0x2060),
|
Samples3dfx = ((int)0x2061),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_ARB_render_texture
|
public enum WglArbRenderTexture
|
||||||
{
|
{
|
||||||
CUBE_MAP_FACE_ARB = ((int)0x207C),
|
TextureCubeMapPositiveXArb = ((int)0x207d),
|
||||||
TEXTURE_CUBE_MAP_POSITIVE_Z_ARB = ((int)0x2081),
|
TextureCubeMapPositiveYArb = ((int)0x207f),
|
||||||
AUX0_ARB = ((int)0x2087),
|
Aux0Arb = ((int)0x2087),
|
||||||
TEXTURE_CUBE_MAP_ARB = ((int)0x2078),
|
Texture1dArb = ((int)0x2079),
|
||||||
TEXTURE_1D_ARB = ((int)0x2079),
|
Aux6Arb = ((int)0x208d),
|
||||||
AUX3_ARB = ((int)0x208A),
|
TextureCubeMapArb = ((int)0x2078),
|
||||||
TEXTURE_CUBE_MAP_NEGATIVE_X_ARB = ((int)0x207E),
|
TextureFormatArb = ((int)0x2072),
|
||||||
NO_TEXTURE_ARB = ((int)0x2077),
|
BackRightArb = ((int)0x2086),
|
||||||
TEXTURE_CUBE_MAP_POSITIVE_Y_ARB = ((int)0x207F),
|
BindToTextureRgbArb = ((int)0x2070),
|
||||||
AUX1_ARB = ((int)0x2088),
|
MipmapLevelArb = ((int)0x207b),
|
||||||
BACK_LEFT_ARB = ((int)0x2085),
|
CubeMapFaceArb = ((int)0x207c),
|
||||||
AUX7_ARB = ((int)0x208E),
|
TextureCubeMapNegativeXArb = ((int)0x207e),
|
||||||
FRONT_LEFT_ARB = ((int)0x2083),
|
Aux7Arb = ((int)0x208e),
|
||||||
TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB = ((int)0x2080),
|
Aux8Arb = ((int)0x208f),
|
||||||
BIND_TO_TEXTURE_RGB_ARB = ((int)0x2070),
|
MipmapTextureArb = ((int)0x2074),
|
||||||
AUX8_ARB = ((int)0x208F),
|
NoTextureArb = ((int)0x2077),
|
||||||
TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB = ((int)0x2082),
|
Aux3Arb = ((int)0x208a),
|
||||||
TEXTURE_CUBE_MAP_POSITIVE_X_ARB = ((int)0x207D),
|
Texture2dArb = ((int)0x207a),
|
||||||
BIND_TO_TEXTURE_RGBA_ARB = ((int)0x2071),
|
Aux1Arb = ((int)0x2088),
|
||||||
AUX6_ARB = ((int)0x208D),
|
TextureCubeMapPositiveZArb = ((int)0x2081),
|
||||||
TEXTURE_TARGET_ARB = ((int)0x2073),
|
BindToTextureRgbaArb = ((int)0x2071),
|
||||||
AUX2_ARB = ((int)0x2089),
|
TextureCubeMapNegativeYArb = ((int)0x2080),
|
||||||
AUX5_ARB = ((int)0x208C),
|
TextureRgbaArb = ((int)0x2076),
|
||||||
TEXTURE_2D_ARB = ((int)0x207A),
|
FrontRightArb = ((int)0x2084),
|
||||||
AUX4_ARB = ((int)0x208B),
|
Aux5Arb = ((int)0x208c),
|
||||||
FRONT_RIGHT_ARB = ((int)0x2084),
|
Aux4Arb = ((int)0x208b),
|
||||||
TEXTURE_RGB_ARB = ((int)0x2075),
|
TextureTargetArb = ((int)0x2073),
|
||||||
MIPMAP_TEXTURE_ARB = ((int)0x2074),
|
FrontLeftArb = ((int)0x2083),
|
||||||
MIPMAP_LEVEL_ARB = ((int)0x207B),
|
Aux9Arb = ((int)0x2090),
|
||||||
TEXTURE_RGBA_ARB = ((int)0x2076),
|
TextureRgbArb = ((int)0x2075),
|
||||||
AUX9_ARB = ((int)0x2090),
|
BackLeftArb = ((int)0x2085),
|
||||||
BACK_RIGHT_ARB = ((int)0x2086),
|
TextureCubeMapNegativeZArb = ((int)0x2082),
|
||||||
TEXTURE_FORMAT_ARB = ((int)0x2072),
|
Aux2Arb = ((int)0x2089),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_NV_render_texture_rectangle
|
public enum WglNvRenderTextureRectangle
|
||||||
{
|
{
|
||||||
BIND_TO_TEXTURE_RECTANGLE_RGBA_NV = ((int)0x20A1),
|
BindToTextureRectangleRgbNv = ((int)0x20a0),
|
||||||
TEXTURE_RECTANGLE_NV = ((int)0x20A2),
|
BindToTextureRectangleRgbaNv = ((int)0x20a1),
|
||||||
BIND_TO_TEXTURE_RECTANGLE_RGB_NV = ((int)0x20A0),
|
TextureRectangleNv = ((int)0x20a2),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_NV_render_depth_texture
|
public enum WglNvRenderDepthTexture
|
||||||
{
|
{
|
||||||
BIND_TO_TEXTURE_RECTANGLE_DEPTH_NV = ((int)0x20A4),
|
DepthTextureFormatNv = ((int)0x20a5),
|
||||||
TEXTURE_DEPTH_COMPONENT_NV = ((int)0x20A6),
|
TextureDepthComponentNv = ((int)0x20a6),
|
||||||
DEPTH_COMPONENT_NV = ((int)0x20A7),
|
BindToTextureDepthNv = ((int)0x20a3),
|
||||||
DEPTH_TEXTURE_FORMAT_NV = ((int)0x20A5),
|
DepthComponentNv = ((int)0x20a7),
|
||||||
BIND_TO_TEXTURE_DEPTH_NV = ((int)0x20A3),
|
BindToTextureRectangleDepthNv = ((int)0x20a4),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_NV_float_buffer
|
public enum WglNvFloatBuffer
|
||||||
{
|
{
|
||||||
TEXTURE_FLOAT_RG_NV = ((int)0x20B6),
|
BindToTextureRectangleFloatRNv = ((int)0x20b1),
|
||||||
BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGBA_NV = ((int)0x20B4),
|
TextureFloatRNv = ((int)0x20b5),
|
||||||
FLOAT_COMPONENTS_NV = ((int)0x20B0),
|
TextureFloatRgbNv = ((int)0x20b7),
|
||||||
BIND_TO_TEXTURE_RECTANGLE_FLOAT_RG_NV = ((int)0x20B2),
|
TextureFloatRgNv = ((int)0x20b6),
|
||||||
TEXTURE_FLOAT_RGB_NV = ((int)0x20B7),
|
TextureFloatRgbaNv = ((int)0x20b8),
|
||||||
BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGB_NV = ((int)0x20B3),
|
BindToTextureRectangleFloatRgbaNv = ((int)0x20b4),
|
||||||
TEXTURE_FLOAT_R_NV = ((int)0x20B5),
|
FloatComponentsNv = ((int)0x20b0),
|
||||||
TEXTURE_FLOAT_RGBA_NV = ((int)0x20B8),
|
BindToTextureRectangleFloatRgNv = ((int)0x20b2),
|
||||||
BIND_TO_TEXTURE_RECTANGLE_FLOAT_R_NV = ((int)0x20B1),
|
BindToTextureRectangleFloatRgbNv = ((int)0x20b3),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_ARB_pixel_format_float
|
public enum WglArbPixelFormatFloat
|
||||||
{
|
{
|
||||||
TYPE_RGBA_FLOAT_ARB = ((int)0x21A0),
|
TypeRgbaFloatArb = ((int)0x21a0),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_ATI_pixel_format_float
|
public enum WglAtiPixelFormatFloat
|
||||||
{
|
{
|
||||||
TYPE_RGBA_FLOAT_ATI = ((int)0x21A0),
|
TypeRgbaFloatAti = ((int)0x21a0),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_font_type
|
public enum WglFontType
|
||||||
{
|
{
|
||||||
FONT_LINES = ((int)0),
|
FontLines = ((int)0),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum All
|
public enum All
|
||||||
{
|
{
|
||||||
GENLOCK_SOURCE_EXTENAL_SYNC_I3D = ((int)0x2045),
|
SwapCopyExt = ((int)0x2029),
|
||||||
NUMBER_PIXEL_FORMATS_EXT = ((int)0x2000),
|
BackColorBufferBitArb = ((int)0x00000002),
|
||||||
SAMPLES_EXT = ((int)0x2042),
|
FullAccelerationArb = ((int)0x2027),
|
||||||
TYPE_RGBA_FLOAT_ARB = ((int)0x21A0),
|
AccelerationExt = ((int)0x2003),
|
||||||
NEED_SYSTEM_PALETTE_ARB = ((int)0x2005),
|
GenlockSourceMultiviewI3d = ((int)0x2044),
|
||||||
TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB = ((int)0x2082),
|
Aux3Arb = ((int)0x208a),
|
||||||
TEXTURE_1D_ARB = ((int)0x2079),
|
TextureCubeMapNegativeYArb = ((int)0x2080),
|
||||||
ACCELERATION_ARB = ((int)0x2003),
|
DoubleBufferArb = ((int)0x2011),
|
||||||
STEREO_ARB = ((int)0x2012),
|
SwapUndefinedExt = ((int)0x202a),
|
||||||
SHARE_ACCUM_ARB = ((int)0x200E),
|
SupportGdiArb = ((int)0x200f),
|
||||||
MAX_PBUFFER_PIXELS_ARB = ((int)0x202E),
|
Aux2Arb = ((int)0x2089),
|
||||||
BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGB_NV = ((int)0x20B3),
|
TextureCubeMapArb = ((int)0x2078),
|
||||||
DEPTH_COMPONENT_NV = ((int)0x20A7),
|
SwapLayerBuffersExt = ((int)0x2006),
|
||||||
GAMMA_TABLE_SIZE_I3D = ((int)0x204E),
|
SwapCopyArb = ((int)0x2029),
|
||||||
GENERIC_ACCELERATION_ARB = ((int)0x2026),
|
ErrorIncompatibleDeviceContextsArb = ((int)0x2054),
|
||||||
NEED_SYSTEM_PALETTE_EXT = ((int)0x2005),
|
TypeColorindexArb = ((int)0x202c),
|
||||||
MAX_PBUFFER_WIDTH_EXT = ((int)0x202F),
|
DigitalVideoCursorIncludedI3d = ((int)0x2052),
|
||||||
TEXTURE_CUBE_MAP_ARB = ((int)0x2078),
|
NeedPaletteExt = ((int)0x2004),
|
||||||
TEXTURE_2D_ARB = ((int)0x207A),
|
RedBitsArb = ((int)0x2015),
|
||||||
TEXTURE_DEPTH_COMPONENT_NV = ((int)0x20A6),
|
TextureCubeMapNegativeXArb = ((int)0x207e),
|
||||||
MIPMAP_LEVEL_ARB = ((int)0x207B),
|
SampleBuffersExt = ((int)0x2041),
|
||||||
ALPHA_BITS_ARB = ((int)0x201B),
|
GenericAccelerationExt = ((int)0x2026),
|
||||||
TEXTURE_FLOAT_R_NV = ((int)0x20B5),
|
BindToTextureRectangleRgbaNv = ((int)0x20a1),
|
||||||
PBUFFER_WIDTH_EXT = ((int)0x2034),
|
NoTextureArb = ((int)0x2077),
|
||||||
BACK_LEFT_ARB = ((int)0x2085),
|
FrontColorBufferBitArb = ((int)0x00000001),
|
||||||
MAX_PBUFFER_HEIGHT_EXT = ((int)0x2030),
|
TransparentValueExt = ((int)0x200b),
|
||||||
FULL_ACCELERATION_ARB = ((int)0x2027),
|
AlphaBitsArb = ((int)0x201b),
|
||||||
TYPE_RGBA_FLOAT_ATI = ((int)0x21A0),
|
RedBitsExt = ((int)0x2015),
|
||||||
SHARE_ACCUM_EXT = ((int)0x200E),
|
PbufferHeightArb = ((int)0x2035),
|
||||||
FRONT_RIGHT_ARB = ((int)0x2084),
|
BindToTextureRectangleFloatRgbaNv = ((int)0x20b4),
|
||||||
ACCUM_BLUE_BITS_ARB = ((int)0x2020),
|
SampleBuffersArb = ((int)0x2041),
|
||||||
BIND_TO_TEXTURE_RECTANGLE_FLOAT_R_NV = ((int)0x20B1),
|
MipmapLevelArb = ((int)0x207b),
|
||||||
TRANSPARENT_BLUE_VALUE_ARB = ((int)0x2039),
|
NeedSystemPaletteExt = ((int)0x2005),
|
||||||
SWAP_LAYER_BUFFERS_EXT = ((int)0x2006),
|
Aux4Arb = ((int)0x208b),
|
||||||
AUX8_ARB = ((int)0x208F),
|
TextureFormatArb = ((int)0x2072),
|
||||||
RED_BITS_EXT = ((int)0x2015),
|
AccumBitsExt = ((int)0x201d),
|
||||||
STENCIL_BITS_ARB = ((int)0x2023),
|
AccumBlueBitsExt = ((int)0x2020),
|
||||||
NUMBER_OVERLAYS_ARB = ((int)0x2008),
|
BackLeftArb = ((int)0x2085),
|
||||||
AUX4_ARB = ((int)0x208B),
|
AlphaBitsExt = ((int)0x201b),
|
||||||
STENCIL_BUFFER_BIT_ARB = ((int)0x00000008),
|
StencilBitsArb = ((int)0x2023),
|
||||||
GREEN_BITS_ARB = ((int)0x2017),
|
DrawToPbufferExt = ((int)0x202d),
|
||||||
ACCUM_GREEN_BITS_ARB = ((int)0x201F),
|
FullAccelerationExt = ((int)0x2027),
|
||||||
FULL_ACCELERATION_EXT = ((int)0x2027),
|
ColorBitsExt = ((int)0x2014),
|
||||||
TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB = ((int)0x2080),
|
BindToTextureRectangleFloatRgNv = ((int)0x20b2),
|
||||||
OPTIMAL_PBUFFER_HEIGHT_EXT = ((int)0x2032),
|
DepthBufferBitArb = ((int)0x00000004),
|
||||||
AUX_BUFFERS_ARB = ((int)0x2024),
|
BindToTextureRgbaArb = ((int)0x2071),
|
||||||
DRAW_TO_BITMAP_EXT = ((int)0x2002),
|
AccumGreenBitsArb = ((int)0x201f),
|
||||||
AUX7_ARB = ((int)0x208E),
|
AccumBitsArb = ((int)0x201d),
|
||||||
SUPPORT_OPENGL_ARB = ((int)0x2010),
|
TypeRgbaFloatArb = ((int)0x21a0),
|
||||||
TEXTURE_CUBE_MAP_NEGATIVE_X_ARB = ((int)0x207E),
|
NeedPaletteArb = ((int)0x2004),
|
||||||
PBUFFER_LARGEST_EXT = ((int)0x2033),
|
ShareAccumArb = ((int)0x200e),
|
||||||
GREEN_SHIFT_EXT = ((int)0x2018),
|
TransparentArb = ((int)0x200a),
|
||||||
BLUE_BITS_EXT = ((int)0x2019),
|
ShareStencilArb = ((int)0x200d),
|
||||||
ACCUM_BITS_ARB = ((int)0x201D),
|
Aux5Arb = ((int)0x208c),
|
||||||
DIGITAL_VIDEO_CURSOR_ALPHA_FRAMEBUFFER_I3D = ((int)0x2050),
|
ImageBufferLockI3d = ((int)0x00000002),
|
||||||
ACCUM_BITS_EXT = ((int)0x201D),
|
TextureFloatRNv = ((int)0x20b5),
|
||||||
SHARE_DEPTH_EXT = ((int)0x200C),
|
DepthComponentNv = ((int)0x20a7),
|
||||||
STEREO_EXT = ((int)0x2012),
|
FloatComponentsNv = ((int)0x20b0),
|
||||||
GREEN_SHIFT_ARB = ((int)0x2018),
|
TransparentGreenValueArb = ((int)0x2038),
|
||||||
SWAP_EXCHANGE_ARB = ((int)0x2028),
|
GenlockSourceExtenalTtlI3d = ((int)0x2047),
|
||||||
GENLOCK_SOURCE_EXTENAL_TTL_I3D = ((int)0x2047),
|
NeedSystemPaletteArb = ((int)0x2005),
|
||||||
SUPPORT_GDI_EXT = ((int)0x200F),
|
BlueBitsExt = ((int)0x2019),
|
||||||
PBUFFER_HEIGHT_ARB = ((int)0x2035),
|
GreenShiftExt = ((int)0x2018),
|
||||||
TRANSPARENT_GREEN_VALUE_ARB = ((int)0x2038),
|
OptimalPbufferWidthExt = ((int)0x2031),
|
||||||
AUX6_ARB = ((int)0x208D),
|
AuxBuffersExt = ((int)0x2024),
|
||||||
FRONT_LEFT_ARB = ((int)0x2083),
|
TypeRgbaFloatAti = ((int)0x21a0),
|
||||||
NUMBER_UNDERLAYS_ARB = ((int)0x2009),
|
FrontRightArb = ((int)0x2084),
|
||||||
AUX2_ARB = ((int)0x2089),
|
DepthBitsExt = ((int)0x2022),
|
||||||
SAMPLE_BUFFERS_ARB = ((int)0x2041),
|
GammaTableSizeI3d = ((int)0x204e),
|
||||||
RED_SHIFT_ARB = ((int)0x2016),
|
AccumAlphaBitsArb = ((int)0x2021),
|
||||||
MAX_PBUFFER_HEIGHT_ARB = ((int)0x2030),
|
Aux0Arb = ((int)0x2087),
|
||||||
DIGITAL_VIDEO_CURSOR_ALPHA_VALUE_I3D = ((int)0x2051),
|
TransparentIndexValueArb = ((int)0x203b),
|
||||||
NUMBER_UNDERLAYS_EXT = ((int)0x2009),
|
AccumGreenBitsExt = ((int)0x201f),
|
||||||
TRANSPARENT_ALPHA_VALUE_ARB = ((int)0x203A),
|
TransparentBlueValueArb = ((int)0x2039),
|
||||||
SAMPLE_BUFFERS_3DFX = ((int)0x2060),
|
NoAccelerationArb = ((int)0x2025),
|
||||||
IMAGE_BUFFER_LOCK_I3D = ((int)0x00000002),
|
MaxPbufferPixelsArb = ((int)0x202e),
|
||||||
TRANSPARENT_RED_VALUE_ARB = ((int)0x2037),
|
GammaExcludeDesktopI3d = ((int)0x204f),
|
||||||
ACCUM_ALPHA_BITS_ARB = ((int)0x2021),
|
MaxPbufferPixelsExt = ((int)0x202e),
|
||||||
SWAP_EXCHANGE_EXT = ((int)0x2028),
|
AccumBlueBitsArb = ((int)0x2020),
|
||||||
DEPTH_BUFFER_BIT_ARB = ((int)0x00000004),
|
SwapUndefinedArb = ((int)0x202a),
|
||||||
ALPHA_BITS_EXT = ((int)0x201B),
|
ShareDepthExt = ((int)0x200c),
|
||||||
ACCELERATION_EXT = ((int)0x2003),
|
GenlockSourceEdgeBothI3d = ((int)0x204c),
|
||||||
GENLOCK_SOURCE_DIGITAL_SYNC_I3D = ((int)0x2048),
|
Samples3dfx = ((int)0x2061),
|
||||||
DOUBLE_BUFFER_EXT = ((int)0x2011),
|
DoubleBufferExt = ((int)0x2011),
|
||||||
BIND_TO_TEXTURE_RGBA_ARB = ((int)0x2071),
|
BindToTextureRectangleFloatRgbNv = ((int)0x20b3),
|
||||||
SWAP_COPY_EXT = ((int)0x2029),
|
SwapMethodExt = ((int)0x2007),
|
||||||
FRONT_COLOR_BUFFER_BIT_ARB = ((int)0x00000001),
|
ErrorInvalidPixelTypeArb = ((int)0x2043),
|
||||||
BIND_TO_TEXTURE_RECTANGLE_RGB_NV = ((int)0x20A0),
|
GreenShiftArb = ((int)0x2018),
|
||||||
TYPE_COLORINDEX_EXT = ((int)0x202C),
|
TextureFloatRgbaNv = ((int)0x20b8),
|
||||||
TEXTURE_CUBE_MAP_POSITIVE_Y_ARB = ((int)0x207F),
|
Aux1Arb = ((int)0x2088),
|
||||||
SAMPLE_BUFFERS_EXT = ((int)0x2041),
|
GreenBitsArb = ((int)0x2017),
|
||||||
IMAGE_BUFFER_MIN_ACCESS_I3D = ((int)0x00000001),
|
NumberPixelFormatsExt = ((int)0x2000),
|
||||||
GENLOCK_SOURCE_EDGE_FALLING_I3D = ((int)0x204A),
|
NumberOverlaysExt = ((int)0x2008),
|
||||||
BIND_TO_TEXTURE_RGB_ARB = ((int)0x2070),
|
PixelTypeArb = ((int)0x2013),
|
||||||
DRAW_TO_WINDOW_ARB = ((int)0x2001),
|
SwapLayerBuffersArb = ((int)0x2006),
|
||||||
AUX5_ARB = ((int)0x208C),
|
DrawToBitmapArb = ((int)0x2002),
|
||||||
DRAW_TO_PBUFFER_EXT = ((int)0x202D),
|
NumberPixelFormatsArb = ((int)0x2000),
|
||||||
GENLOCK_SOURCE_DIGITAL_FIELD_I3D = ((int)0x2049),
|
PbufferLostArb = ((int)0x2036),
|
||||||
DRAW_TO_WINDOW_EXT = ((int)0x2001),
|
Aux9Arb = ((int)0x2090),
|
||||||
DEPTH_BITS_EXT = ((int)0x2022),
|
TextureCubeMapPositiveZArb = ((int)0x2081),
|
||||||
SHARE_STENCIL_ARB = ((int)0x200D),
|
MaxPbufferHeightArb = ((int)0x2030),
|
||||||
TYPE_RGBA_EXT = ((int)0x202B),
|
TransparentExt = ((int)0x200a),
|
||||||
DEPTH_BITS_ARB = ((int)0x2022),
|
PbufferLargestArb = ((int)0x2033),
|
||||||
TRANSPARENT_EXT = ((int)0x200A),
|
SwapMethodArb = ((int)0x2007),
|
||||||
MIPMAP_TEXTURE_ARB = ((int)0x2074),
|
TextureRgbaArb = ((int)0x2076),
|
||||||
GENLOCK_SOURCE_EXTENAL_FIELD_I3D = ((int)0x2046),
|
PbufferWidthExt = ((int)0x2034),
|
||||||
SWAP_LAYER_BUFFERS_ARB = ((int)0x2006),
|
OptimalPbufferHeightExt = ((int)0x2032),
|
||||||
TEXTURE_TARGET_ARB = ((int)0x2073),
|
StencilBitsExt = ((int)0x2023),
|
||||||
PBUFFER_HEIGHT_EXT = ((int)0x2035),
|
ShareStencilExt = ((int)0x200d),
|
||||||
TRANSPARENT_ARB = ((int)0x200A),
|
DepthFloatExt = ((int)0x2040),
|
||||||
BIND_TO_TEXTURE_DEPTH_NV = ((int)0x20A3),
|
BindToTextureRgbArb = ((int)0x2070),
|
||||||
SWAP_COPY_ARB = ((int)0x2029),
|
BindToTextureRectangleRgbNv = ((int)0x20a0),
|
||||||
NO_ACCELERATION_EXT = ((int)0x2025),
|
GenlockSourceDigitalSyncI3d = ((int)0x2048),
|
||||||
TEXTURE_RECTANGLE_NV = ((int)0x20A2),
|
AccumAlphaBitsExt = ((int)0x2021),
|
||||||
SAMPLES_ARB = ((int)0x2042),
|
GenlockSourceExtenalSyncI3d = ((int)0x2045),
|
||||||
BLUE_SHIFT_EXT = ((int)0x201A),
|
RedShiftExt = ((int)0x2016),
|
||||||
BLUE_BITS_ARB = ((int)0x2019),
|
GenlockSourceDigitalFieldI3d = ((int)0x2049),
|
||||||
BIND_TO_TEXTURE_RECTANGLE_RGBA_NV = ((int)0x20A1),
|
FrontLeftArb = ((int)0x2083),
|
||||||
DRAW_TO_BITMAP_ARB = ((int)0x2002),
|
BlueShiftArb = ((int)0x201a),
|
||||||
TEXTURE_CUBE_MAP_POSITIVE_X_ARB = ((int)0x207D),
|
PbufferWidthArb = ((int)0x2034),
|
||||||
NO_ACCELERATION_ARB = ((int)0x2025),
|
CubeMapFaceArb = ((int)0x207c),
|
||||||
PIXEL_TYPE_ARB = ((int)0x2013),
|
StencilBufferBitArb = ((int)0x00000008),
|
||||||
ACCUM_ALPHA_BITS_EXT = ((int)0x2021),
|
NumberOverlaysArb = ((int)0x2008),
|
||||||
NEED_PALETTE_EXT = ((int)0x2004),
|
SwapExchangeExt = ((int)0x2028),
|
||||||
BIND_TO_TEXTURE_RECTANGLE_DEPTH_NV = ((int)0x20A4),
|
BackRightArb = ((int)0x2086),
|
||||||
BACK_COLOR_BUFFER_BIT_ARB = ((int)0x00000002),
|
DepthTextureFormatNv = ((int)0x20a5),
|
||||||
DOUBLE_BUFFER_ARB = ((int)0x2011),
|
TextureFloatRgNv = ((int)0x20b6),
|
||||||
NEED_PALETTE_ARB = ((int)0x2004),
|
Texture1dArb = ((int)0x2079),
|
||||||
ALPHA_SHIFT_EXT = ((int)0x201C),
|
DepthBitsArb = ((int)0x2022),
|
||||||
NO_TEXTURE_ARB = ((int)0x2077),
|
BindToTextureDepthNv = ((int)0x20a3),
|
||||||
TEXTURE_FLOAT_RG_NV = ((int)0x20B6),
|
DrawToWindowArb = ((int)0x2001),
|
||||||
SHARE_STENCIL_EXT = ((int)0x200D),
|
TypeRgbaExt = ((int)0x202b),
|
||||||
TEXTURE_FLOAT_RGBA_NV = ((int)0x20B8),
|
DigitalVideoCursorAlphaValueI3d = ((int)0x2051),
|
||||||
PBUFFER_LARGEST_ARB = ((int)0x2033),
|
ErrorInvalidPixelTypeExt = ((int)0x2043),
|
||||||
DIGITAL_VIDEO_CURSOR_INCLUDED_I3D = ((int)0x2052),
|
AccumRedBitsExt = ((int)0x201e),
|
||||||
TYPE_RGBA_ARB = ((int)0x202B),
|
GreenBitsExt = ((int)0x2017),
|
||||||
ACCUM_RED_BITS_ARB = ((int)0x201E),
|
TypeRgbaArb = ((int)0x202b),
|
||||||
GREEN_BITS_EXT = ((int)0x2017),
|
DigitalVideoCursorAlphaFramebufferI3d = ((int)0x2050),
|
||||||
GENLOCK_SOURCE_MULTIVIEW_I3D = ((int)0x2044),
|
AuxBuffersArb = ((int)0x2024),
|
||||||
GENERIC_ACCELERATION_EXT = ((int)0x2026),
|
AccumRedBitsArb = ((int)0x201e),
|
||||||
FONT_LINES = ((int)0),
|
TextureFloatRgbNv = ((int)0x20b7),
|
||||||
ERROR_INCOMPATIBLE_DEVICE_CONTEXTS_ARB = ((int)0x2054),
|
TypeColorindexExt = ((int)0x202c),
|
||||||
SWAP_METHOD_EXT = ((int)0x2007),
|
TransparentAlphaValueArb = ((int)0x203a),
|
||||||
PIXEL_TYPE_EXT = ((int)0x2013),
|
BlueShiftExt = ((int)0x201a),
|
||||||
TEXTURE_FLOAT_RGB_NV = ((int)0x20B7),
|
RedShiftArb = ((int)0x2016),
|
||||||
NUMBER_OVERLAYS_EXT = ((int)0x2008),
|
PbufferHeightExt = ((int)0x2035),
|
||||||
GAMMA_EXCLUDE_DESKTOP_I3D = ((int)0x204F),
|
GenlockSourceEdgeRisingI3d = ((int)0x204b),
|
||||||
COLOR_BITS_EXT = ((int)0x2014),
|
Texture2dArb = ((int)0x207a),
|
||||||
DEPTH_FLOAT_EXT = ((int)0x2040),
|
NumberUnderlaysArb = ((int)0x2009),
|
||||||
BACK_RIGHT_ARB = ((int)0x2086),
|
NumberUnderlaysExt = ((int)0x2009),
|
||||||
MAX_PBUFFER_WIDTH_ARB = ((int)0x202F),
|
DrawToBitmapExt = ((int)0x2002),
|
||||||
OPTIMAL_PBUFFER_WIDTH_EXT = ((int)0x2031),
|
ShareDepthArb = ((int)0x200c),
|
||||||
AUX1_ARB = ((int)0x2088),
|
TextureDepthComponentNv = ((int)0x20a6),
|
||||||
COLOR_BITS_ARB = ((int)0x2014),
|
NoAccelerationExt = ((int)0x2025),
|
||||||
ACCUM_BLUE_BITS_EXT = ((int)0x2020),
|
PixelTypeExt = ((int)0x2013),
|
||||||
TEXTURE_RGBA_ARB = ((int)0x2076),
|
SupportOpenglArb = ((int)0x2010),
|
||||||
PBUFFER_LOST_ARB = ((int)0x2036),
|
TextureCubeMapPositiveYArb = ((int)0x207f),
|
||||||
GENLOCK_SOURCE_EDGE_RISING_I3D = ((int)0x204B),
|
DrawToWindowExt = ((int)0x2001),
|
||||||
AUX9_ARB = ((int)0x2090),
|
PbufferLargestExt = ((int)0x2033),
|
||||||
NUMBER_PIXEL_FORMATS_ARB = ((int)0x2000),
|
DrawToPbufferArb = ((int)0x202d),
|
||||||
SWAP_METHOD_ARB = ((int)0x2007),
|
SupportOpenglExt = ((int)0x2010),
|
||||||
RED_SHIFT_EXT = ((int)0x2016),
|
SampleBuffers3dfx = ((int)0x2060),
|
||||||
MAX_PBUFFER_PIXELS_EXT = ((int)0x202E),
|
GenlockSourceExtenalFieldI3d = ((int)0x2046),
|
||||||
AUX0_ARB = ((int)0x2087),
|
MaxPbufferHeightExt = ((int)0x2030),
|
||||||
TRANSPARENT_VALUE_EXT = ((int)0x200B),
|
SupportGdiExt = ((int)0x200f),
|
||||||
FLOAT_COMPONENTS_NV = ((int)0x20B0),
|
Aux7Arb = ((int)0x208e),
|
||||||
BLUE_SHIFT_ARB = ((int)0x201A),
|
DigitalVideoGammaCorrectedI3d = ((int)0x2053),
|
||||||
TEXTURE_RGB_ARB = ((int)0x2075),
|
ColorBitsArb = ((int)0x2014),
|
||||||
BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGBA_NV = ((int)0x20B4),
|
Aux6Arb = ((int)0x208d),
|
||||||
ACCUM_GREEN_BITS_EXT = ((int)0x201F),
|
ShareAccumExt = ((int)0x200e),
|
||||||
ERROR_INVALID_PIXEL_TYPE_ARB = ((int)0x2043),
|
StereoArb = ((int)0x2012),
|
||||||
DIGITAL_VIDEO_GAMMA_CORRECTED_I3D = ((int)0x2053),
|
TextureRgbArb = ((int)0x2075),
|
||||||
TEXTURE_CUBE_MAP_POSITIVE_Z_ARB = ((int)0x2081),
|
AccelerationArb = ((int)0x2003),
|
||||||
AUX_BUFFERS_EXT = ((int)0x2024),
|
TextureCubeMapPositiveXArb = ((int)0x207d),
|
||||||
CUBE_MAP_FACE_ARB = ((int)0x207C),
|
TransparentRedValueArb = ((int)0x2037),
|
||||||
TYPE_COLORINDEX_ARB = ((int)0x202C),
|
BlueBitsArb = ((int)0x2019),
|
||||||
ERROR_INVALID_PIXEL_TYPE_EXT = ((int)0x2043),
|
SwapExchangeArb = ((int)0x2028),
|
||||||
AUX3_ARB = ((int)0x208A),
|
SamplesExt = ((int)0x2042),
|
||||||
SHARE_DEPTH_ARB = ((int)0x200C),
|
AlphaShiftExt = ((int)0x201c),
|
||||||
SAMPLES_3DFX = ((int)0x2061),
|
SamplesArb = ((int)0x2042),
|
||||||
ALPHA_SHIFT_ARB = ((int)0x201C),
|
TextureTargetArb = ((int)0x2073),
|
||||||
GENLOCK_SOURCE_EDGE_BOTH_I3D = ((int)0x204C),
|
BindToTextureRectangleDepthNv = ((int)0x20a4),
|
||||||
SUPPORT_OPENGL_EXT = ((int)0x2010),
|
AlphaShiftArb = ((int)0x201c),
|
||||||
SWAP_UNDEFINED_ARB = ((int)0x202A),
|
Aux8Arb = ((int)0x208f),
|
||||||
RED_BITS_ARB = ((int)0x2015),
|
MaxPbufferWidthExt = ((int)0x202f),
|
||||||
STENCIL_BITS_EXT = ((int)0x2023),
|
GenlockSourceEdgeFallingI3d = ((int)0x204a),
|
||||||
DEPTH_TEXTURE_FORMAT_NV = ((int)0x20A5),
|
StereoExt = ((int)0x2012),
|
||||||
ACCUM_RED_BITS_EXT = ((int)0x201E),
|
MaxPbufferWidthArb = ((int)0x202f),
|
||||||
PBUFFER_WIDTH_ARB = ((int)0x2034),
|
TextureRectangleNv = ((int)0x20a2),
|
||||||
SWAP_UNDEFINED_EXT = ((int)0x202A),
|
ImageBufferMinAccessI3d = ((int)0x00000001),
|
||||||
DRAW_TO_PBUFFER_ARB = ((int)0x202D),
|
TextureCubeMapNegativeZArb = ((int)0x2082),
|
||||||
BIND_TO_TEXTURE_RECTANGLE_FLOAT_RG_NV = ((int)0x20B2),
|
MipmapTextureArb = ((int)0x2074),
|
||||||
TEXTURE_FORMAT_ARB = ((int)0x2072),
|
GenericAccelerationArb = ((int)0x2026),
|
||||||
TRANSPARENT_INDEX_VALUE_ARB = ((int)0x203B),
|
BindToTextureRectangleFloatRNv = ((int)0x20b1),
|
||||||
SUPPORT_GDI_ARB = ((int)0x200F),
|
FontLines = ((int)0),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_ARB_extensions_string
|
public enum WglArbExtensionsString
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_I3D_image_buffer
|
public enum WglI3DImageBuffer
|
||||||
{
|
{
|
||||||
IMAGE_BUFFER_LOCK_I3D = ((int)0x00000002),
|
ImageBufferMinAccessI3d = ((int)0x00000001),
|
||||||
IMAGE_BUFFER_MIN_ACCESS_I3D = ((int)0x00000001),
|
ImageBufferLockI3d = ((int)0x00000002),
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WGL_I3D_swap_frame_lock
|
public enum WglI3DSwapFrameLock
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue