From: Johan S. <jo...@us...> - 2007-03-13 13:57:58
|
Update of /cvsroot/shallows/shallows/include/shallows In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv32743/include/shallows Modified Files: RenderBuffer.hpp Log Message: Added getBufId(). Index: RenderBuffer.hpp =================================================================== RCS file: /cvsroot/shallows/shallows/include/shallows/RenderBuffer.hpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** RenderBuffer.hpp 25 Nov 2005 11:18:15 -0000 1.8 --- RenderBuffer.hpp 13 Mar 2007 13:57:42 -0000 1.9 *************** *** 64,68 **** unsigned int getHeight() const; int getInternalFormat() const; ! protected: virtual void attachToCurrentFrameBuffer(int colAttachment); --- 64,68 ---- unsigned int getHeight() const; int getInternalFormat() const; ! unsigned int getBufId() const; protected: virtual void attachToCurrentFrameBuffer(int colAttachment); |