mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-10 23:25:27 +00:00
Ignore missing comments warning
The OpenGL manpages do not include extension methods. Ignore this warning to let more important ones shine through.
This commit is contained in:
parent
1d26917758
commit
5b48564ec2
|
@ -31,6 +31,7 @@ using System.Runtime.InteropServices;
|
|||
namespace OpenTK.Graphics.OpenGL
|
||||
{
|
||||
#pragma warning disable 626
|
||||
#pragma warning disable 1591
|
||||
|
||||
partial class GL
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue