mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 03:41:12 +00:00
Wgl structs now reside in the OpenTK.Platform.Windows namespace, notin OpenTK.Platform.Windows.API.
This commit is contained in:
parent
794ba2fa41
commit
4c2bb7f9b4
|
@ -246,11 +246,11 @@ namespace Bind.Structures
|
|||
else
|
||||
{
|
||||
if (p.CurrentType == "PIXELFORMATDESCRIPTOR")
|
||||
p.CurrentType ="API.PixelFormatDescriptor";
|
||||
p.CurrentType ="PixelFormatDescriptor";
|
||||
else if (p.CurrentType == "LAYERPLANEDESCRIPTOR")
|
||||
p.CurrentType = "API.LayerPlaneDescriptor";
|
||||
p.CurrentType = "LayerPlaneDescriptor";
|
||||
else if (p.CurrentType == "GLYPHMETRICSFLOAT")
|
||||
p.CurrentType = "API.GlyphMetricsFloat";
|
||||
p.CurrentType = "GlyphMetricsFloat";
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue