Commit graph

26 commits

Author SHA1 Message Date
Joey Payne
d9ae89a1b1 "Objectified" code.
Standard calls should now be made as gl.FunctionName and
gl.MACRO_NAME instead of glFunctionName and GL_MACRO_NAME,
respectively.
2015-01-18 23:44:23 +13:00
Erik Johansson Andersson
9e11a78b74 fix hopefully the only incorrect proc signatures 2015-01-06 00:02:13 +01:00
Yuriy Glukhov
5df9d1805f Enable iOS and Android targets. 2014-12-29 16:54:17 +02:00
Dominik Picheta
4308c6f405 Fixes wrapErrorChecking macro. 2014-12-28 15:22:27 +00:00
Yuriy Glukhov
4fb2a19426 Renamed "func" argument to "fun"
since "func" is a reserved word now.
2014-12-16 23:39:51 +02:00
EXetoC
0dc63aa0ac GlFoo -> GLfoo 2014-10-04 20:20:51 +02:00
EXetoC
3c60d88704 rename types 2014-10-04 17:46:23 +02:00
EXetoC
03e5209195 dead code elimination 2014-10-04 13:23:42 +02:00
Philip Witte
f66c031bb7 fix some symbol names for case-sensitivity 2014-08-12 02:02:19 -07:00
Felix Krause
2319321b04 Disable error checking inside glBegin … glEnd 2014-07-11 22:00:12 +02:00
EXetoC
ab9dba7f74 'g' prefix for global. 2014-05-09 17:45:17 +02:00
EXetoC
c429abbbd7 Rename var. 2014-04-29 22:34:23 +02:00
EXetoC
40aac2ab6a Rename symbol. 2014-04-19 15:38:16 +02:00
EXetoC
53716cae85 Export symbols; document the public interface. 2014-04-17 00:33:22 +02:00
EXetoC
c93a329c0c No, I think that actually is correct. 2014-04-16 01:58:27 +02:00
EXetoC
046298b8b9 Revert changes. This might break code. 2014-04-16 01:44:10 +02:00
EXetoC
ff47db4a77 ptr GLchar -> cstring; ptr ptr GLchar -> cstringArray 2014-04-16 01:28:24 +02:00
EXetoC
dcb63e1d2d Add another old alias. 2014-04-16 01:04:14 +02:00
EXetoC
923a2f770c Forgot to export symbol. 2014-04-16 01:00:24 +02:00
EXetoC
5bf3cb3f12 Revert... 2014-04-16 00:51:24 +02:00
EXetoC
7836570bb9 src -> lib. 2014-04-15 15:34:45 +02:00
EXetoC
2d65a0dcd3 Update wrapper; add automatic error-checking. 2014-04-15 15:31:10 +02:00
EXetoC
68e24fc972 Revert deprecation. 2014-03-26 23:34:30 +01:00
EXetoC
57b417abcc var -> ptr 2014-03-25 13:39:43 +01:00
Charlie Barto
f953b7c9bd fixed dylib paths on OSX and changed the type of GLHandle from int to GLuint 2014-03-20 00:50:44 -04:00
Fowl
82baec46cb first commit 2013-10-15 14:41:42 -07:00