openMSX
Public Member Functions | List of all members
gl::BufferObject Class Reference

#include <GLUtil.hh>

Public Member Functions

 BufferObject ()
 
 ~BufferObject ()
 
 BufferObject (BufferObject &&other) noexcept
 
BufferObjectoperator= (BufferObject &&other) noexcept
 
GLuint get () const
 

Detailed Description

Definition at line 444 of file GLUtil.hh.

Constructor & Destructor Documentation

◆ BufferObject() [1/2]

gl::BufferObject::BufferObject ( )

Definition at line 303 of file GLUtil.cc.

◆ ~BufferObject()

gl::BufferObject::~BufferObject ( )

Definition at line 308 of file GLUtil.cc.

◆ BufferObject() [2/2]

gl::BufferObject::BufferObject ( BufferObject &&  other)
inlinenoexcept

Definition at line 449 of file GLUtil.hh.

Member Function Documentation

◆ get()

GLuint gl::BufferObject::get ( ) const
inline

Definition at line 459 of file GLUtil.hh.

Referenced by openmsx::GLImage::draw(), and openmsx::PostProcessor::paint().

◆ operator=()

BufferObject & gl::BufferObject::operator= ( BufferObject &&  other)
inlinenoexcept

Definition at line 454 of file GLUtil.hh.

References std::swap().


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