Qt OpenGL C++ Classes

The Qt OpenGL module offers classes that make it easy to use OpenGL in Qt applications. More...

Classes

QOpenGLFunctions_ES2

All functions for OpenGL ES 2

QOpenGLPixelTransferOptions

Describes the pixel storage modes that affect the unpacking of pixels during texture upload

QOpenGLTextureBlitter

Convenient way to draw textured quads via OpenGL

QOpenGLVersionProfile

Represents the version and if applicable the profile of an OpenGL context

Detailed Description

The Qt OpenGL page contains information about how to use the module.

A separate Qt OpenGL Widgets library provides a C++ widget class for rendering OpenGL graphics into widgets UIs.