blob: 22fce4de351be80b2c630e73363de34133800adc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*! \page opengl-pixmap-example.html
\ingroup opengl-examples
\title OpenGL Pixmap Example
This example program is an extension of the \link
opengl-box-example.html OpenGL Box example\endlink.
It demonstrates how to render OpenGL into a QPixmap.
See \c{$TQTDIR/examples/opengl/glpixmap} for the source code.
*/
|