You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
322 B
15 lines
322 B
14 years ago
|
/*! \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.
|
||
|
|
||
|
*/
|
||
|
|