mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-21 11:18:24 +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
|
namespace OpenTK.Graphics.OpenGL
|
||||||
{
|
{
|
||||||
#pragma warning disable 626
|
#pragma warning disable 626
|
||||||
|
#pragma warning disable 1591
|
||||||
|
|
||||||
partial class GL
|
partial class GL
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue