Pixel Buffers 2 Example
Files:
- opengl/pbuffers2/bubbles.svg
- opengl/pbuffers2/glwidget.cpp
- opengl/pbuffers2/glwidget.h
- opengl/pbuffers2/main.cpp
- opengl/pbuffers2/pbuffers2.pro
- opengl/pbuffers2/pbuffers2.qrc
The Pixel Buffers 2 example demonstrates how to use the QGLPixelBuffer class to render into an off-screen buffer and use the contents as a dynamic texture in a QGLWidget.



No notes