Skip to content

Instantly share code, notes, and snippets.

View kerrermanisNL's full-sized avatar
👌
Cheah!

Bono de Visser kerrermanisNL

👌
Cheah!
View GitHub Profile
@kerrermanisNL
kerrermanisNL / Game.cs
Created September 19, 2024 14:37
LearnOpenTK - Simple texture
using OpenTK.Windowing.Common;
using OpenTK.Windowing.Desktop;
using OpenTK.Windowing.GraphicsLibraryFramework;
using OpenTK.Graphics.OpenGL4;
using System.Diagnostics;
namespace OpenTKPractice
{
public class Game : GameWindow