Changeset 769 for trunk/src/opengl/qglframebufferobject_p.h
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/opengl/qglframebufferobject_p.h
r651 r769 112 112 virtual QGLContext* context() const; 113 113 virtual QGLFormat format() const {return fboFormat;} 114 114 115 115 116 void setFBO(QGLFramebufferObject* f, … … 117 118 118 119 private: 119 bool wasBound;120 120 QGLFramebufferObject* fbo; 121 121 QGLFormat fboFormat; 122 123 122 124 }; 123 125
Note:
See TracChangeset
for help on using the changeset viewer.