Fixed capitalization of Texture2D (was Texture2d)

This commit is contained in:
the_fiddler 2008-01-24 09:13:08 +00:00
parent 4cd670f14d
commit 88c4c5db32

View file

@ -231,7 +231,7 @@ namespace OpenTK.Platform.Windows
MipmapTextureArb = ((int)0x2074),
NoTextureArb = ((int)0x2077),
Aux3Arb = ((int)0x208a),
Texture2dArb = ((int)0x207a),
Texture2DArb = ((int)0x207a),
Aux1Arb = ((int)0x2088),
TextureCubeMapPositiveZArb = ((int)0x2081),
BindToTextureRgbaArb = ((int)0x2071),
@ -442,7 +442,7 @@ namespace OpenTK.Platform.Windows
RedShiftArb = ((int)0x2016),
PbufferHeightExt = ((int)0x2035),
GenlockSourceEdgeRisingI3d = ((int)0x204b),
Texture2dArb = ((int)0x207a),
Texture2DArb = ((int)0x207a),
NumberUnderlaysArb = ((int)0x2009),
NumberUnderlaysExt = ((int)0x2009),
DrawToBitmapExt = ((int)0x2002),