blob: 28f1d3fbd04f4dfab7d9f34199d0843a492f17fb (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*! \page opengl-texture-example.html
\ingroup opengl-examples
\title OpenGL Texture Example
This example program demonstrates how to use OpenGL 2D textures.
See \c{$QTDIR/examples/opengl/texture} for the source code.
*/
|