Skip to content

Instantly share code, notes, and snippets.

View Zexyp's full-sized avatar
💭
I may be slow to respond.

Pjavel Zexyp

💭
I may be slow to respond.
View GitHub Profile
@dcronqvist
dcronqvist / GL.cs
Created August 12, 2020 21:52
Bindings for OpenGL 3.3 Core Profile in C#
using System;
using System.Linq;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
namespace OpenGL
{
/// <summary>
/// Returns a function pointer for the OpenGL function with the specified name.