mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-09 21:35:29 +00:00
Wgl structs now reside in the OpenTK.Platform.Windows namespace, notin OpenTK.Platform.Windows.API.
This commit is contained in:
parent
4356601d21
commit
61048d6ae1
|
@ -246,11 +246,11 @@ namespace Bind.Structures
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (p.CurrentType == "PIXELFORMATDESCRIPTOR")
|
if (p.CurrentType == "PIXELFORMATDESCRIPTOR")
|
||||||
p.CurrentType ="API.PixelFormatDescriptor";
|
p.CurrentType ="PixelFormatDescriptor";
|
||||||
else if (p.CurrentType == "LAYERPLANEDESCRIPTOR")
|
else if (p.CurrentType == "LAYERPLANEDESCRIPTOR")
|
||||||
p.CurrentType = "API.LayerPlaneDescriptor";
|
p.CurrentType = "LayerPlaneDescriptor";
|
||||||
else if (p.CurrentType == "GLYPHMETRICSFLOAT")
|
else if (p.CurrentType == "GLYPHMETRICSFLOAT")
|
||||||
p.CurrentType = "API.GlyphMetricsFloat";
|
p.CurrentType = "GlyphMetricsFloat";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue