Panda3D
 All Classes Functions Variables Enumerations
androidGraphicsStateGuardian.I
1 // Filename: androidGraphicsStateGuardian.I
2 // Created by: rdb (11Jan13)
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: AndroidGraphicsStateGuardian::get_fb_properties
18 // Access: Private
19 // Description: Gets the FrameBufferProperties for all windows and
20 // buffers that use this GSG.
21 ////////////////////////////////////////////////////////////////////
24  return _fbprops;
25 }
const FrameBufferProperties & get_fb_properties() const
Gets the FrameBufferProperties for all windows and buffers that use this GSG.
A container for the various kinds of properties we might ask to have on a graphics frameBuffer before...