From 6c47262e157993c89d21694e64bf01498bcbfe35 Mon Sep 17 00:00:00 2001 From: Gered King Date: Sun, 11 Aug 2013 13:22:43 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a57b5f..379ce0f 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,4 @@ of the OpenGL methods (such as using specific enums for certain parameters). * Mobile backends: Xamarin.Android, Xamarin.iOS * Add additional method overloads to PortableGL to make it easier to pass arrays of data, out parameters, etc instead of needing to use pointers all the time +* See about removing the intermediate OpenTK layer in SDL2-CS to remove one layer of indirection. Would we be able to do this on mobile platforms too ... ?