![]() |
Enigma 3.2.2
A Simple, Reliable and Efficient Encryption Tool
|
Go to the source code of this file.
Classes | |
| class | OpenGLUtils |
Macros | |
| #define | ENIGMA_OPENGL_UTILS_H |
| #define | GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX 0x9047 |
| #define | GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX 0x9048 |
| #define | GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX 0x9049 |
| #define | GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX 0x904A |
| #define | GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX 0x904B |
| #define | CASE_ENUM(e) |
| #define | glAssert(call) |
| glAssert to handle opengl calls errors (for opengl versions less than 4.3 with no error callback func to handle errors) | |
| #define CASE_ENUM | ( | e | ) |
| #define ENIGMA_OPENGL_UTILS_H |
Definition at line 3 of file OpenGLUtils.hpp.
| #define GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX 0x9049 |
Definition at line 11 of file OpenGLUtils.hpp.
| #define GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX 0x9047 |
Definition at line 9 of file OpenGLUtils.hpp.
| #define GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX 0x904B |
Definition at line 13 of file OpenGLUtils.hpp.
| #define GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX 0x904A |
Definition at line 12 of file OpenGLUtils.hpp.
| #define GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX 0x9048 |
Definition at line 10 of file OpenGLUtils.hpp.
| #define glAssert | ( | call | ) |
glAssert to handle opengl calls errors (for opengl versions less than 4.3 with no error callback func to handle errors)
Definition at line 67 of file OpenGLUtils.hpp.