branch | GCC_SURGE |
changeset 31 | 5daf16870df6 |
parent 30 | 5dc02b23752f |
27:93b982ccede2 | 31:5daf16870df6 |
---|---|
79 |
79 |
80 // returns the QGLPaintDevice for the given QPaintDevice |
80 // returns the QGLPaintDevice for the given QPaintDevice |
81 static QGLPaintDevice* getDevice(QPaintDevice*); |
81 static QGLPaintDevice* getDevice(QPaintDevice*); |
82 |
82 |
83 protected: |
83 protected: |
84 int metric(QPaintDevice::PaintDeviceMetric metric) const; |
|
84 GLuint m_previousFBO; |
85 GLuint m_previousFBO; |
85 GLuint m_thisFBO; |
86 GLuint m_thisFBO; |
86 }; |
87 }; |
87 |
88 |
88 |
89 |