~canonical-dx-team/nux/nux.fix-702538

« back to all changes in this revision

Viewing changes to Nux/ScrollView.h

  • Committer: Jay Taoko
  • Date: 2011-01-04 03:57:29 UTC
  • mfrom: (157.1.13 nux-holidays)
  • Revision ID: jay.taoko@canonical.com-20110104035729-0xh3iabo7e7dk371
* Added support to copy a texture from the current render target
* Blur, Color matrix, Exponent shaders
* Gaussian blur
* Bug fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
    //SmartPtrGLTexture m_BackgroundTexture;
139
139
 
140
140
    // Backup texture to speed up scrolling
141
 
    IntrusiveSP<IOpenGLFrameBufferObject> m_FrameBufferObject;
 
141
    ObjectPtr<IOpenGLFrameBufferObject> m_FrameBufferObject;
142
142
    void SwapTextureIndex()
143
143
    {
144
144
      m_TextureIndex = (m_TextureIndex == 0) ? 1 : 0;