blob: f3fb52bf23e59cbbee1c91851925fe3f7a402057 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*! \page opengl-sharedbox-example.html
\ingroup opengl-examples
\title OpenGL Shared Box Example
This example program is an extension of the \link
opengl-box-example.html Box example\endlink.
It demonstrates how to use OpenGL display list sharing with
QGLWidgets.
See \c{$TQTDIR/examples/opengl/sharedbox} for the source code.
*/
|