globjects  1.0.0.000000000000
Strict OpenGL objects wrapper.
Loading...
Searching...
No Matches
HeapOnly.h
Go to the documentation of this file.
1
2#pragma once
3
4#include <globjects/globjects_api.h>
5
6
7namespace globjects
8{
9
10
16class GLOBJECTS_API HeapOnly
17{
18public:
20
21 void destroy() const;
22
23protected:
24 virtual ~HeapOnly();
25};
26
27
28} // namespace globjects
The HeapOnly class Restricts creation to heap.
Definition HeapOnly.h:17
void destroy() const
Contains all the classes that wrap OpenGL functionality.