Panda3D
 All Classes Functions Variables Enumerations
tinyGraphicsBuffer.I
1 // Filename: tinyGraphicsBuffer.I
2 // Created by: drose (08Aug08)
3 //
4 ////////////////////////////////////////////////////////////////////
5 //
6 // PANDA 3D SOFTWARE
7 // Copyright (c) Carnegie Mellon University. All rights reserved.
8 //
9 // All use of this software is subject to the terms of the revised BSD
10 // license. You should have received a copy of this license along
11 // with this source code in a file named "LICENSE."
12 //
13 ////////////////////////////////////////////////////////////////////
14 
15 
16 ////////////////////////////////////////////////////////////////////
17 // Function: TinyGraphicsBuffer::get_frame_buffer
18 // Access: Public
19 // Description: Returns a direct pointer to the frame buffer used in
20 // this object.
21 ////////////////////////////////////////////////////////////////////
24  return _frame_buffer;
25 }
ZBuffer * get_frame_buffer()
Returns a direct pointer to the frame buffer used in this object.