Panda3D
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Enumerations
panda
src
cocoadisplay
cocoaGraphicsStateGuardian.I
1
// Filename: cocoaGraphicsStateGuardian.I
2
// Created by: rdb (14May12)
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: CocoaGraphicsStateGuardian::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
&
CocoaGraphicsStateGuardian::
22
get_fb_properties
()
const
{
23
return
_fbprops;
24
}
25
26
CocoaGraphicsStateGuardian::get_fb_properties
const FrameBufferProperties & get_fb_properties() const
Gets the FrameBufferProperties for all windows and buffers that use this GSG.
Definition:
cocoaGraphicsStateGuardian.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 Mon Feb 1 2016 13:44:18 for Panda3D by
1.8.5