Panda3D
panda
src
androiddisplay
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
////////////////////////////////////////////////////////////////////
22
INLINE
const
FrameBufferProperties
&
AndroidGraphicsStateGuardian::
23
get_fb_properties
()
const
{
24
return
_fbprops;
25
}
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:23
FrameBufferProperties
A container for the various kinds of properties we might ask to have on a graphics frameBuffer before...
Definition:
frameBufferProperties.h:29
Generated on Wed May 17 2017 23:39:44 for Panda3D by
1.8.13