Panda3D
panda
src
tinydisplay
tinyGraphicsBuffer.I
1
// Filename: tinyGraphicsBuffer.I
2
// Created by: drose (08Aug08)
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: TinyGraphicsBuffer::get_frame_buffer
18
// Access: Public
19
// Description: Returns a direct pointer to the frame buffer used in
20
// this object.
21
////////////////////////////////////////////////////////////////////
22
ZBuffer
*
TinyGraphicsBuffer::
23
get_frame_buffer
() {
24
return
_frame_buffer;
25
}
TinyGraphicsBuffer::get_frame_buffer
ZBuffer * get_frame_buffer()
Returns a direct pointer to the frame buffer used in this object.
Definition:
tinyGraphicsBuffer.I:23
ZBuffer
Definition:
zbuffer.h:158
Generated on Wed May 17 2017 23:47:28 for Panda3D by
1.8.13