Wgl structs now reside in the OpenTK.Platform.Windows namespace, notin OpenTK.Platform.Windows.API.
This commit is contained in:
parent
4356601d21
commit
61048d6ae1
1 changed files with 3 additions and 3 deletions
|
@ -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