27 lines
789 B
Plaintext
27 lines
789 B
Plaintext
// Filename: glSavedFrameBuffer.I
|
|
// Created by: drose (06Oct99)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
// Function: GLSavedFrameBuffer::Constructor
|
|
// Access: Public
|
|
// Description:
|
|
////////////////////////////////////////////////////////////////////
|
|
INLINE GLSavedFrameBuffer::
|
|
GLSavedFrameBuffer(const RenderBuffer &buffer, CPT(DisplayRegion) dr) :
|
|
SavedFrameBuffer(buffer, dr)
|
|
{
|
|
}
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
// Function: GLSavedFrameBuffer::Destructor
|
|
// Access: Public
|
|
// Description:
|
|
////////////////////////////////////////////////////////////////////
|
|
INLINE GLSavedFrameBuffer::
|
|
~GLSavedFrameBuffer() {
|
|
}
|
|
|