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