Panda3D
panda
src
egldisplay
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
////////////////////////////////////////////////////////////////////
21
INLINE
const
FrameBufferProperties
&
eglGraphicsStateGuardian::
22
get_fb_properties
()
const
{
23
return
_fbprops;
24
}
25
26
eglGraphicsStateGuardian::get_fb_properties
const FrameBufferProperties & get_fb_properties() const
Gets the FrameBufferProperties for all windows and buffers that use this GSG.
Definition:
eglGraphicsStateGuardian.I:22
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:41:53 for Panda3D by
1.8.13