qt5base-lts/examples/opengl
Mitch Curtis 3249439b20 Remove warnings from qtbase.
geometryengine.cpp: In member function 'void
GeometryEngine::drawCubeGeometry(QGLShaderProgram*)':
geometryengine.cpp:159:93:  warning: cast to pointer from integer of
different sie [-Wint-to-pointer-cast] geometryengine.cpp:167:95:
warning: cast to pointer f rom integer ofdifferent size
[-Wint-to-pointer-cast]
benchmarking.cpp: In member function 'void TestBenchmark::multiple()':
benchmarking.cpp:85:9: warning: variable 'result' set but not used
[-Wunused-but-set-variable]
benchmarking.cpp: In member function 'void TestBenchmark::series()':
benchmarking.cpp:120:9: warning: variable 'result' set but not used
[-Wunused-but-set-variable]
qstandarditemmodel.cpp:2717:45: warning: unused variable 'd'
[-Wunused-variable]
qxcbconnection.cpp: In member function 'xcb_timestamp_t
QXcbConnection::getTimestamp()': qxcbconnection.cpp:930:40: warning:
suggest  parentheses around assignment used as truth value
[-Wparentheses]
tst_qguiapplication.cpp: In constructor
'BlockableWindow::BlockableWindow()':  tst_qguiapplication.cpp:340:9:
warning:'BlockableWindow::enters' will be initialized after [-Wreorder]
tst_qguia pplication.cpp:339:9: warning 'int BlockableWindow::leaves'
[-Wreorder] tst_qguiapplication.cpp:342:12:  waring: when initialized
here [-Wreorder]
tst_qsqltablemodel.cpp:570:10: warning: unused parameter 'value'
[-Wunused-parameter]
tst_qabstractitemview.cpp:1546:8: warning: unused parameter 'index'
[-Wunused-parameter]

Change-Id: I49c88547182e4669cfde2c2536403fc5573ca2da
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-11-21 18:23:59 +01:00
..
2dpainting Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
cube Remove warnings from qtbase. 2012-11-21 18:23:59 +01:00
doc Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
framebufferobject Squashed commit of changes from the 4.8-temp branch. 2011-05-23 14:24:07 +02:00
framebufferobject2 Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
grabber Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
hellogl Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
hellogl_es Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
hellogl_es2 Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
hellowindow Rename all QWindow properties that have "window" in them 2012-11-07 21:26:08 +01:00
overpainting Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
paintedwindow Rename all QWindow properties that have "window" in them 2012-11-07 21:26:08 +01:00
pbuffers Added QGLPixelBuffer implementation using framebuffer objects. 2012-09-27 18:35:55 +02:00
pbuffers2 Added QGLPixelBuffer implementation using framebuffer objects. 2012-09-27 18:35:55 +02:00
samplebuffers Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
shared Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
textures Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
opengl.pro Examples, plugins: Remove remains of qpa in profiles. 2011-10-28 15:04:54 +02:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

Qt provides support for integration with OpenGL implementations on all
platforms, giving developers the opportunity to display hardware accelerated
3D graphics alongside a more conventional user interface.

These examples demonstrate the basic techniques used to take advantage of
OpenGL in Qt applications.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.