diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-07-23 15:03:24 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-07-23 15:03:24 (GMT) |
commit | 140ce8705f47a65bac32e804421b63d0c7b97d7d (patch) | |
tree | 5dfafd1cfe2d489ac2edd771e46385a4a7a748a1 /src/gui/painting/qpaintengine.h | |
parent | a2d64535d011a47cb2bdf91002f9210cf6b656b1 (diff) | |
download | Qt-140ce8705f47a65bac32e804421b63d0c7b97d7d.zip Qt-140ce8705f47a65bac32e804421b63d0c7b97d7d.tar.gz Qt-140ce8705f47a65bac32e804421b63d0c7b97d7d.tar.bz2 |
Initial stab at a custom shader stage API
Diffstat (limited to 'src/gui/painting/qpaintengine.h')
-rw-r--r-- | src/gui/painting/qpaintengine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/painting/qpaintengine.h b/src/gui/painting/qpaintengine.h index 57c9e2d..5298b6a 100644 --- a/src/gui/painting/qpaintengine.h +++ b/src/gui/painting/qpaintengine.h @@ -210,6 +210,7 @@ public: Direct3D, Pdf, OpenVG, + OpenGL2, User = 50, // first user type id MaxUser = 100 // last user type id |