Windows fix after memory leak fixes

This commit is contained in:
Jonas Strandstedt
2014-12-11 14:12:01 +01:00
parent 7b2b81ed54
commit 122aec83b1
4 changed files with 8 additions and 17 deletions
@@ -47,17 +47,11 @@ protected:
virtual bool reinitializeInternal();
private:
GLuint *_data;
GLuint _anchorPointerTexture;
GLuint _anchorPointerTextureInitializer;
GLuint _atomicCounterBuffer;
GLuint _fragmentBuffer;
GLuint _fragmentTexture;
}; // ABufferSingleLinked
} // openspace