Gered
b777445c2b
provide support for automatically setting up OpenTK's gl context when creating an instance of SDLGL20
2013-08-17 18:31:49 -04:00
Gered
052d4b1db4
comment changes
2013-08-12 18:02:14 -04:00
Gered
aca31c6b01
some final helper method overload additions
2013-08-12 18:00:20 -04:00
Gered
0f23d2739b
some comments explaining method organization
2013-08-12 17:49:43 -04:00
Gered
d2b3d75ec8
split up some gl method overloads which stray from the spec a bit too much
...
"stray from the spec" meaning changing parameters, adding return values,
and/or doing other little things to help the caller out before calling
the actual gl function
2013-08-12 17:43:41 -04:00
Gered King
97e575d7df
Update README.md
2013-08-11 19:11:58 -04:00
Gered
ab76b29bcd
add a few more purely-for-convenience overloads
2013-08-11 19:04:52 -04:00
Gered
dc5124da0f
remove StringBuilder length doubling
...
This was added from looking at what OpenTK was doing for it's similar
helper methods, but the length doubling was apparently to work around a
Mono 1.9.1 bug which seems to have been fixed (? works fine for me now?)
2013-08-11 18:48:32 -04:00
Gered
75724d9139
forgot to add this one too
2013-08-11 18:18:13 -04:00
Gered
c242935a3c
add more helper overloads
2013-08-11 17:57:56 -04:00
Gered
103fea5218
add method overloads handling simple conversions to/from pointers for the caller
2013-08-11 17:09:12 -04:00
Gered
70645fba85
fix mismatching opengl function name
2013-08-11 16:06:55 -04:00
Gered
c337ae5283
change build output dir
2013-08-11 13:54:23 -04:00
Gered
f2b9884651
add OpenTK backend
...
This is using a pre-built release assembly from the code at: https://github.com/andykorth/opentk
2013-08-11 13:49:02 -04:00
Gered King
c27f3530ea
Update LICENSE
2013-08-11 13:28:42 -04:00
Gered King
46ab6e90a4
Create LICENSE
2013-08-11 13:27:23 -04:00
Gered King
6c47262e15
Update README.md
2013-08-11 13:22:43 -04:00
Gered
ab867322d1
add README.md
2013-08-11 13:17:50 -04:00
Gered
a01a885927
Initial commit.
2013-08-11 13:06:21 -04:00