mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-08 22:35:38 +00:00
Merge pull request #586 from Nihlus/mark-cls-compliant
Mark methods and classes in GLWidget with their CLS compliance
This commit is contained in:
commit
a3df3b38e5
|
@ -15,6 +15,7 @@ namespace OpenTK
|
|||
/// <summary>
|
||||
/// The <see cref="GLWidget"/> is a GTK widget for which an OpenGL context can be used to draw arbitrary graphics.
|
||||
/// </summary>
|
||||
[CLSCompliant(false)]
|
||||
[ToolboxItem(true)]
|
||||
public class GLWidget: DrawingArea
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue