openMSX
Public Member Functions | List of all members
openmsx::FrameBufferObject Class Reference

#include <GLUtil.hh>

Public Member Functions

 FrameBufferObject ()
 
 FrameBufferObject (Texture &texture)
 
 FrameBufferObject (FrameBufferObject &&other)
 
FrameBufferObjectoperator= (FrameBufferObject &&other)
 
 ~FrameBufferObject ()
 
void push ()
 
void pop ()
 

Detailed Description

Definition at line 160 of file GLUtil.hh.

Constructor & Destructor Documentation

openmsx::FrameBufferObject::FrameBufferObject ( )

Definition at line 156 of file GLUtil.cc.

openmsx::FrameBufferObject::FrameBufferObject ( Texture texture)
explicit

Definition at line 161 of file GLUtil.cc.

References openmsx::Texture::textureId.

openmsx::FrameBufferObject::FrameBufferObject ( FrameBufferObject &&  other)
inline

Definition at line 165 of file GLUtil.hh.

openmsx::FrameBufferObject::~FrameBufferObject ( )

Definition at line 178 of file GLUtil.cc.

References pop().

Member Function Documentation

FrameBufferObject& openmsx::FrameBufferObject::operator= ( FrameBufferObject &&  other)
inline

Definition at line 170 of file GLUtil.hh.

void openmsx::FrameBufferObject::pop ( )

Definition at line 197 of file GLUtil.cc.

Referenced by openmsx::GLPostProcessor::paint(), and ~FrameBufferObject().

void openmsx::FrameBufferObject::push ( )

The documentation for this class was generated from the following files: