Skip to content

Commit

Permalink
Update Gl.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrScautHD committed Jun 9, 2024
1 parent eefefa8 commit 0b860e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Raylib-CSharp.OpenGL/Gl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

namespace Raylib_CSharp.OpenGL;

public static class Gl {
// TODO: Done Docu and marshal to safe types.
public static unsafe class Gl {

public const int ActiveAtomicCounterBuffers_ = 0x92D9;
public const int ActiveAttributes_ = 0x8B89;
Expand Down

0 comments on commit 0b860e4

Please sign in to comment.