comparison dwt/internal/cocoa/gl.d @ 37:642f460a0908

Fixed a lot of compile errors, a "hello world" app compiles now
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Fri, 10 Oct 2008 12:29:48 +0200
parents 380af2bdd8e5
children
comparison
equal deleted inserted replaced
36:db5a898b2119 37:642f460a0908
4 * Version: Initial created: Aug 3, 2008 4 * Version: Initial created: Aug 3, 2008
5 * License: $(LINK2 http://opensource.org/licenses/bsd-license.php, BSD Style) 5 * License: $(LINK2 http://opensource.org/licenses/bsd-license.php, BSD Style)
6 * 6 *
7 */ 7 */
8 module dwt.internal.cocoa.gl; 8 module dwt.internal.cocoa.gl;
9
10 extern (C):
9 11
10 alias uint GLenum; 12 alias uint GLenum;
11 alias ubyte GLboolean; 13 alias ubyte GLboolean;
12 alias uint GLbitfield; 14 alias uint GLbitfield;
13 alias byte GLbyte; 15 alias byte GLbyte;