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