From 2a2bdc2884d995876f5bb1afca2b35366d79d565 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Wed, 17 Apr 2013 12:03:02 -0400 Subject: [PATCH] Beta 1 provides OpenGL/OpenAL support. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index c88d9da..8550d45 100644 --- a/README +++ b/README @@ -26,7 +26,7 @@ The wrapper provides bindings for the following libraries: - SDL2_mixer - SDL2_ttf -We are in the process of adding bindings for OpenGL and OpenAL, via OpenTK. +We also provide bindings for OpenGL and OpenAL, taken from OpenTK. Note that SDL2# will not provide every single SDL2 function. This is due to limitations in the C# language that would cause major conflicts with the native