annotate examples/opengl/hellogl/opengl/gl.d @ 357:9784459f0750

An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables Q_CLASSINFO implementation Now Qtd can be built on Windows
author Max Samukha <maxter@spambox.com>
date Wed, 02 Jun 2010 19:38:05 +0300
parents e78566595089
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
e78566595089 initial import
mandel
parents:
diff changeset
1 module opengl.gl;
e78566595089 initial import
mandel
parents:
diff changeset
2
e78566595089 initial import
mandel
parents:
diff changeset
3 public
e78566595089 initial import
mandel
parents:
diff changeset
4 {
e78566595089 initial import
mandel
parents:
diff changeset
5 import opengl.gltypes;
e78566595089 initial import
mandel
parents:
diff changeset
6 import opengl.glfuncs;
e78566595089 initial import
mandel
parents:
diff changeset
7 }