glSavedFrameBuffer_src.I 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. // Filename: glSavedFrameBuffer_src.I
  2. // Created by: drose (06Oct99)
  3. //
  4. ////////////////////////////////////////////////////////////////////
  5. //
  6. // PANDA 3D SOFTWARE
  7. // Copyright (c) 2001 - 2004, Disney Enterprises, Inc. All rights reserved
  8. //
  9. // All use of this software is subject to the terms of the Panda 3d
  10. // Software license. You should have received a copy of this license
  11. // along with this source code; you will also find a current copy of
  12. // the license at http://etc.cmu.edu/panda3d/docs/license/ .
  13. //
  14. // To contact the maintainers of this program write to
  15. // [email protected] .
  16. //
  17. ////////////////////////////////////////////////////////////////////
  18. ////////////////////////////////////////////////////////////////////
  19. // Function: CLP(SavedFrameBuffer)::Constructor
  20. // Access: Public
  21. // Description:
  22. ////////////////////////////////////////////////////////////////////
  23. INLINE CLP(SavedFrameBuffer)::
  24. CLP(SavedFrameBuffer)(const RenderBuffer &buffer, CPT(DisplayRegion) dr) :
  25. SavedFrameBuffer(buffer, dr)
  26. {
  27. }
  28. ////////////////////////////////////////////////////////////////////
  29. // Function: CLP(SavedFrameBuffer)::Destructor
  30. // Access: Public
  31. // Description:
  32. ////////////////////////////////////////////////////////////////////
  33. INLINE CLP(SavedFrameBuffer)::
  34. ~CLP(SavedFrameBuffer)() {
  35. }