mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 16:25:27 +00:00
Fixed capitalization of Texture2D (was Texture2d)
This commit is contained in:
parent
4cd670f14d
commit
88c4c5db32
|
@ -231,7 +231,7 @@ namespace OpenTK.Platform.Windows
|
||||||
MipmapTextureArb = ((int)0x2074),
|
MipmapTextureArb = ((int)0x2074),
|
||||||
NoTextureArb = ((int)0x2077),
|
NoTextureArb = ((int)0x2077),
|
||||||
Aux3Arb = ((int)0x208a),
|
Aux3Arb = ((int)0x208a),
|
||||||
Texture2dArb = ((int)0x207a),
|
Texture2DArb = ((int)0x207a),
|
||||||
Aux1Arb = ((int)0x2088),
|
Aux1Arb = ((int)0x2088),
|
||||||
TextureCubeMapPositiveZArb = ((int)0x2081),
|
TextureCubeMapPositiveZArb = ((int)0x2081),
|
||||||
BindToTextureRgbaArb = ((int)0x2071),
|
BindToTextureRgbaArb = ((int)0x2071),
|
||||||
|
@ -442,7 +442,7 @@ namespace OpenTK.Platform.Windows
|
||||||
RedShiftArb = ((int)0x2016),
|
RedShiftArb = ((int)0x2016),
|
||||||
PbufferHeightExt = ((int)0x2035),
|
PbufferHeightExt = ((int)0x2035),
|
||||||
GenlockSourceEdgeRisingI3d = ((int)0x204b),
|
GenlockSourceEdgeRisingI3d = ((int)0x204b),
|
||||||
Texture2dArb = ((int)0x207a),
|
Texture2DArb = ((int)0x207a),
|
||||||
NumberUnderlaysArb = ((int)0x2009),
|
NumberUnderlaysArb = ((int)0x2009),
|
||||||
NumberUnderlaysExt = ((int)0x2009),
|
NumberUnderlaysExt = ((int)0x2009),
|
||||||
DrawToBitmapExt = ((int)0x2002),
|
DrawToBitmapExt = ((int)0x2002),
|
||||||
|
|
Loading…
Reference in a new issue