blob: 21e7a66a3eb351ba1dc6636125cc15f3580da751 (
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{$QTDIR/examples/opengl/sharedbox} for the source code.
*/
|