Panda3D
Loading...
Searching...
No Matches
androidGraphicsStateGuardian.I
Go to the documentation of this file.
1/**
2 * PANDA 3D SOFTWARE
3 * Copyright (c) Carnegie Mellon University. All rights reserved.
4 *
5 * All use of this software is subject to the terms of the revised BSD
6 * license. You should have received a copy of this license along
7 * with this source code in a file named "LICENSE."
8 *
9 * @file androidGraphicsStateGuardian.I
10 * @author rdb
11 * @date 2013-01-11
12 */
13
14/**
15 * Gets the FrameBufferProperties for all windows and buffers that use this
16 * GSG.
17 */
19get_fb_properties() const {
20 return _fbprops;
21}
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...