Beatmup
|
#include <mutex>
#include <vector>
#include "../context.h"
#include "../utils/lockable_object.h"
#include <initializer_list>
Go to the source code of this file.
Classes | |
class | Beatmup::GL::RecycleBin |
Stores references to GPU resources that will not be used anymore and needed to be recycled in a thread having access to the GPU. More... | |
class | Beatmup::GL::RecycleBin::Item |
A wrapper for a GPU resource. More... | |
Namespaces | |
Beatmup | |
Beatmup::GL | |
Low-level API providing access to GPU. | |