Panda3D
panda
src
androiddisplay
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
*/
18
INLINE
const
FrameBufferProperties
&
AndroidGraphicsStateGuardian::
19
get_fb_properties
()
const
{
20
return
_fbprops;
21
}
AndroidGraphicsStateGuardian::get_fb_properties
const FrameBufferProperties & get_fb_properties() const
Gets the FrameBufferProperties for all windows and buffers that use this GSG.
Definition:
androidGraphicsStateGuardian.I:19
FrameBufferProperties
A container for the various kinds of properties we might ask to have on a graphics frameBuffer before...
Definition:
frameBufferProperties.h:26
Generated on Wed Jan 23 2019 21:39:51 for Panda3D by
1.8.15