root/trunk/gl/_glextern.d

Revision 157, 0.6 kB (checked in by jpelcis, 6 years ago)

Added an OpenAL implementation with ALUT.

Added an OpenGL implementation with all extensions, GLU, and GLUT.

Removed a second copy of d3d9.d.

Line 
1 module c.gl._glextern;
2
3 /*
4  * Semi-necessary hack.  Don't directly import this file.
5  */
6
7 version (Windows) {
8 } else {
9     // I don't really know if it's a good idea... But here it goes:
10     extern (C) GLvoid* glutStrokeRoman;
11     extern (C) GLvoid* glutStrokeMonoRoman;
12     extern (C) GLvoid* glutBitmap9By15;
13     extern (C) GLvoid* glutBitmap8By13;
14     extern (C) GLvoid* glutBitmapTimesRoman10;
15     extern (C) GLvoid* glutBitmapTimesRoman24;
16     extern (C) GLvoid* glutBitmapHelvetica10;
17     extern (C) GLvoid* glutBitmapHelvetica12;
18     extern (C) GLvoid* glutBitmapHelvetica18;
19 }
Note: See TracBrowser for help on using the browser.