blob: 1e5c7a531f2be94e1b8d801aceb94936af6fc4e3 (
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 TQPixmap.
See \c{$TQTDIR/examples/opengl/glpixmap} for the source code.
*/
|