Beatmup
Beatmup::GL::RecycleBin::Item Class Reference

A wrapper for a GPU resource. More...

#include <recycle_bin.h>

Inheritance diagram for Beatmup::GL::RecycleBin::Item:
Beatmup::GL::AbstractProgram Beatmup::GL::ComputeProgram Beatmup::GL::Program Beatmup::GL::RenderingProgram

Public Member Functions

 Item ()
 
virtual ~Item ()
 

Private Member Functions

 Item (const Item &)=delete
 disabling copying constructor More...
 

Detailed Description

A wrapper for a GPU resource.

Destroyed in a GPU-aware thread when emptying the recycle bin.

Definition at line 39 of file recycle_bin.h.

Constructor & Destructor Documentation

◆ Item() [1/2]

Beatmup::GL::RecycleBin::Item::Item ( const Item )
privatedelete

disabling copying constructor

◆ Item() [2/2]

Beatmup::GL::RecycleBin::Item::Item ( )
inline

Definition at line 43 of file recycle_bin.h.

43 {}

◆ ~Item()

virtual Beatmup::GL::RecycleBin::Item::~Item ( )
inlinevirtual

Definition at line 44 of file recycle_bin.h.

44 {}

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